curl --location '/Facematch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"documento": "https://storage.example.com/docs/cnh-frente.jpg",
"selfie": "https://storage.example.com/selfies/selfie-001.jpg",
"cpf": "12345678900",
"similaridade": "80",
"conversation_id": "conv-fm-001"
}'{
"codigo_retorno": "0",
"mensagem": "É a mesma pessoa",
"similaridade": 92,
"tempo_total": 2.31,
"tipo_doc": ""
}