SessionToken nas chamadas subsequentes.curl --location '/v1/festcard/geratoken' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cpf": "12345678901",
"conversation_id": "conv-ft-001"
}'{
"data": {
"token": "eyJhbGciOiJIUzI1NiJ9...",
"expiresAt": "2026-08-31T18:00:00Z"
},
"parametro": "CPF",
"valor": "12345678901",
"codigo_retorno": 0,
"mensagem_retorno": "Token gerado com sucesso.",
"tempo": 0.55
}