Authorization: Bearer ********************x-api-key: ********************curl --location '/v2/reports/verify_file' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"doc_id": "string",
"sha256": "string",
"sha512": "string"
}'