curl --location --request POST 'https://openapi.wateen.ai/api/v1/Transfer/TransferIn/Receive' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"transferItems": [
{
"id": "string",
"itemQuantities": [
{
"unitOfMeasureQuantityId": "string",
"quantity": 0
}
]
}
],
"receivingDate": "2019-08-24T14:15:22.123Z",
"destinationNote": "string"
}'