curl --location 'https://api.qa.ordermesh.io/shipment/v1/assign' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "string",
"facilityId": "string",
"orderItemIds": [
"string"
]
}'{
"success": true,
"message": "Notification was sent."
}