curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/despatch/addfromorder' \
--header 'Content-Type: application\json' \
--data-raw '{
"despatchDate": "2019-08-24T14:15:22.123Z",
"despatchNumber": "string",
"orderDetailIds": [
"string"
]
}'