Excel-Product Reports
POST //api/report/excel HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 66 [ { "date_from": "text", "date_to": "text", "product_id": 1, "user_id": 1 } ]
OK
[ { "content": "text" } ]