curl --location '/ACal/TestCertificateService/QueryMessageByCondition' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"DUTTypeIDList": [
0
],
"RecordNo": null,
"CertNo": null,
"Customer": null,
"Name": null,
"Model": null,
"FactoryNo": null,
"SampleNo": null,
"OrderNo": null,
"ReserveNoOne": null,
"ReserveNoTwo": null,
"Operator": null,
"InstallLocation": null,
"DateType": 0,
"StartDate": null,
"EndDate": null,
"ContainNotPassData": true,
"CertGenerated": true,
"DataSyncStatus": true,
"AuditStatus": true,
"ApprovalStatus": true,
"PageNumber": 0,
"PageSize": 0
}'