curl --location '/ACal/ReferenceService/QueryByCondition' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"SystemDeviceID": null,
"Name": null,
"Model": null,
"DeviceNo": null,
"AssetNo": null,
"Manufacturer": null,
"Operator": null,
"DateType": 0,
"StartDate": null,
"EndDate": null,
"Department": null,
"CertNo": null,
"IsOverdue": true,
"IsNullDueDate": true,
"IsCycleCal": true,
"PageNumber": 0,
"PageSize": 0
}'{}