curl --request POST \
--url http://localhost:8000/api/customer/v1/reports/queries \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"brand_id": "<string>",
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"limit": 123,
"offset": 123
}
'