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