curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/order/approved/header/getlist' \
--header 'Content-Type: application\json' \
--data-raw '{
"pageSize": 0,
"pageNumber": 0,
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"createdOn": {
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
},
"modifiedOn": {
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
},
"integrationStatusId": "string"
}'