curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/request/transfer/all' \
--header 'Content-Type: application\json' \
--data-raw '{
"pageSize": 0,
"pageNumber": 0,
"fromStoreList": [
"string"
],
"toStoreList": [
"string"
],
"text": "string",
"stockItemId": "string",
"itemGroupIds": [
"string"
],
"date": "2019-08-24T14:15:22.123Z",
"dateRange": {
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
},
"isReceived": true
}'