curl --location '/v1/pf' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cpf": "12345678901",
"conversation_id": "conv-abc-001"
}'{
"pessoa": {
"cpf": "12345678901",
"nome": "JOAO DA SILVA",
"genero": "M",
"nascimento": "1985-06-15",
"estadoCivil": "Solteiro",
"situacaoReceitaFederal": "REGULAR"
},
"renda": {
"valor": "3500.00",
"profissao": "ANALISTA"
},
"score": {
"risco": "Baixo"
},
"codigo_retorno": 0,
"mensagem_retorno": "Sucesso - CPF Encontrado",
"tempo": 0.42
}