Authorization: Bearer ********************curl --location 'https://api.stg.ordermesh.io/shipment/v1/reject' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"shipmentId": "d8f51b34-3c03-4f7c-b3ff-1e49a159e851",
"reason": "Reject reason"
}'{
"success": true,
"message": "Shipment was successfully rejected"
}