curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/inventory/inventorylist/header/all' \
--header 'Content-Type: application\json' \
--data-raw '{
"pageSize": 0,
"pageNumber": 0,
"storeIds": [
"string"
],
"type": 1,
"itemType": 1,
"allSources": true,
"includeEmpties": true,
"searchText": "string",
"searchTextType": 1
}'