curl --location --request POST '/api/v1/public/shipments/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_tracking_code": "NHOV1901468283"
}'
{"status_code":200,"data":{"shipment_id":5858,"tracking_code":"NHSV1905217725"},"error":false,"error_code":null,"log_id":null,"messages":"","total":1}