curl --location '/ACal/DUTService/QueryCount' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"DUTType": 0,
"Customer": null,
"Name": null,
"Model": null,
"Manufacturer": null,
"FactoryNo": null,
"SampleNo": null,
"OrderNo": null,
"ReserveNoOne": null,
"ReserveNoTwo": null,
"DUTNo": null,
"InstallLocation": null,
"ConnectionType": null,
"OtherInformation": null,
"DateType": 0,
"StartDate": null,
"EndDate": null,
"Operator": null,
"IsOverdue": true,
"IsNullDueDate": true,
"PageNumber": 1,
"PageSize": 20
}'