curl --location 'https://api.stg.ordermesh.io/shipment/v1/reroute' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"shipmentId": "d8f51b34-3c03-4f7c-b3ff-1e49a159e851",
"facilityId": "a1f0a9cc-f66c-447f-b770-9b4884e9f02d",
"reason": "Reroute reason",
"orderItems": [
{
"id": "ec00847a-8fbe-4324-9216-177d3d0ded32",
"quantity": 5
},
{
"id": "266098bc-ddcb-492b-b6f2-a88c3928e8a8",
"quantity": 1
},
{
"id": "28624704-1d40-4985-9dc7-cc35c9cd2f0d",
"quantity": null
}
]
}'