curl -L \
--request POST \
--url 'http://api.client.nbcgate.tech//api/report/excel' \
--header 'Authorization: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '[
{
"date_from": "text",
"date_to": "text",
"product_id": 1,
"user_id": 1
}
]'