X-API-Key: ********************Authorization: ********************curl --location 'http://prod-cn.your-api-server.com/api/v1/files/' \
--header 'X-API-Key: <api-key>'{
"fileId": "string",
"fileName": "string",
"fileType": "string",
"purpose": "string",
"status": "PENDING",
"scanResult": {
"virusScan": "PASSED",
"ocrStatus": "PENDING",
"complianceCheck": "COMPLIANT"
},
"metadata": {
"size": 0,
"contentType": "string",
"checksum": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}