curl --request PUT \
--url https://api.artemis.cynopsis.co/api/customer/{customerId}/document/{documentId}/face-compare \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Domain-ID: <x-domain-id>' \
--data '
{
"result": {
"error": "<string>",
"matched": true,
"simiarity": 0.97788
},
"status": "<string>",
"task_id": "<string>",
"status_task": "<string>"
}
'