curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/recipe/header/all' \
--header 'Content-Type: application\json' \
--data-raw '{
"pageSize": 0,
"pageNumber": 0,
"costCalculationType": 0,
"costCalculationStoreId": "string",
"costCalculationStoreCode": "string",
"type": 1,
"name": "string",
"recipeGroupIds": [
"string"
],
"showUnGroups": true,
"sortExpressionList": [
{
"columnName": "string",
"sortType": 0
}
],
"showPassives": true
}'