curl --location 'https://api.dev.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": "42bebe97-c9d8-443e-9ad1-d4d43ef2b0f6",
"quantity": 5
},
{
"id": "61d02d52-851e-4844-b0be-4ee997d88bc3",
"quantity": 1
},
{
"id": "67a07c24-01b2-4004-b1dc-255bf8e84c32",
"quantity": null
}
]
}'