curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/transfer/header' \
--header 'Content-Type: application\json' \
--data-raw '{
"transferDate": "2019-08-24T14:15:22.123Z",
"fromStoreId": "string",
"toStoreId": "string",
"info": "string",
"requestTransferListHeaderIds": [
"string"
]
}'