curl --request PUT \
--url https://api.artemis.cynopsis.co/api/customer/{customerId}/document/{documentId}/ocr \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Domain-ID: <x-domain-id>' \
--data '
{
"error": "<string>",
"result": {
"race": "<string>",
"gender": "<string>",
"status": "<string>",
"address": "<string>",
"domicile": "<string>",
"employer": "<string>",
"full_name": "<string>",
"full_name2": "<string>",
"last_name": "<string>",
"birth date": "2023-12-25",
"final hash": "<string>",
"first_name": "<string>",
"identifier": "<string>",
"issue_date": "2023-12-25",
"profession": "<string>",
"expiry date": "<string>",
"expiry_date": "<string>",
"nationality": "<string>",
"date_of_birth": "<string>",
"document_type": "<string>",
"optional_data": "<string>",
"ignored_fields": [
"<string>"
],
"missing_fields": [
{}
],
"mrz_raw_string": "<string>",
"birth date hash": "<string>",
"document_number": "<string>",
"issuing_country": "<string>",
"passport_number": "<string>",
"country_of_birth": "<string>",
"expiry date hash": "<string>",
"optional data hash": "<string>",
"personal_id_number": "<string>",
"valid country code": "<string>",
"valid genre format": "<string>",
"document number hash": "<string>",
"document type format": "<string>",
"optional data format": "<string>",
"passport_expiry_date": "<string>",
"document number format": "<string>",
"valid nationality code": "<string>"
},
"task_id": "<string>",
"description": "<string>",
"status_task": "<string>"
}
'