curl --location 'https://api.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": "37555327-dfa7-4f0d-aa43-bfe7b66257ed",
"quantity": 5
},
{
"id": "daa458f4-3a47-4792-8d60-380b958e8b6a",
"quantity": 1
},
{
"id": "83d9d032-a8a5-45a4-9ea0-d7cc19ddc427",
"quantity": null
}
]
}'