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