Product Reports

GET https://leads.qreq.com/api/reports/product-reports
curl --request GET \
--url 'https://leads.qreq.com/api/reports/product-reports?date_from=2025-10-04&date_to=2025-11-04' \
--header 'Authorization: Bearer {api_key}'
{ "filters": { "date_from": "2025-10-04", "date_to": "2025-11-04" }, "summary": { "total_products": 0, "active_products": 0, "total_revenue": 0, "best_seller": null }, "productSales": [] }