curl --location '/v1/festcard/viacerta' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cpf": "12345678901",
"conversation_id": "conv-vc-001"
}'{
"data": {
"nome": "JOAO DA SILVA",
"endereco": "RUA DAS FLORES, 100 - CURITIBA/PR"
},
"parametro": "CPF",
"valor": "12345678901",
"codigo_retorno": 0,
"mensagem_retorno": "Dados obtidos com sucesso",
"tempo": 0.65
}