curl --location --request PATCH '/api/v1/public/shipments/update-status/47514' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": 1000 }'
{}