curl --location --request POST 'https://api.dev.ordermesh.io/v1/reject' \
--header 'Content-Type: application/json' \
--data-raw '{
"shipmentId": "d8f51b34-3c03-4f7c-b3ff-1e49a159e851",
"reason": "Reject reason"
}'{
"success": true,
"message": "Shipment was successfully rejected"
}