curl --location '/ACal/TestRecordService/Update' \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"Reports": [
{
"ID": null,
"RecordNo": null,
"CertificateNo": null,
"Verifier": null,
"Auditor": null,
"Approver": null,
"CalibrationDate": null,
"AuditDate": null,
"ApproveDate": null
}
]
}'{}