{
"customerIds": [
"string"
],
"startDate": "string"
}curl --location --request POST 'https://platform.shopranos.eu/api/internal/orders/history/batch' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"customerIds": [
"string"
],
"startDate": "string"
}'