curl --request POST \
--url http://localhost:8000/api/customer/v1/reports/brands \
--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": 1000,
"offset": 0
}
'