curl --location --request POST '/inventory/export/' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"type": [
"string"
],
"clinic": "string",
"category": "string",
"product": "string",
"subtype": "string",
"period": {
"from": "2019-08-24",
"to": "2019-08-24"
},
"inventoryMovimentIds": [
"string"
]
}
}'{
"success": true,
"message": "string",
"type": "string",
"response": [
"string"
]
}