curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/request/detail/withoutheader' \
--header 'Content-Type: application\json' \
--data-raw '{
"requestType": 1,
"fromStoreId": "string",
"fromStoreCode": "string",
"storeId": "string",
"storeCode": "string",
"stockItemId": "string",
"stockItemNumber": "string",
"unitId": "string",
"unitNumber": "string",
"quantity": 0,
"requestDate": "2019-08-24T14:15:22.123Z",
"description": "string"
}'