curl --location '/ACal/ReportService/GetReportCSV' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"DUTTypeIDList": [
0
],
"DateType": 0,
"StartDate": null,
"EndDate": null,
"PageNumber": 0,
"PageSize": 0
}'{}