Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/portadores//historico?dataInicial&dataFinal' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"eventos": [
{
"data": "2024-03-18T08:13:39.000-0300",
"descricao": "PAGAMENTO",
"tipo": "P",
"valor": 257,
"credito": true,
"nomePortador": "NOME PORTADOR FICTICIO",
"loja": "LOJA REDE 1",
"numeroCartao": "123xxx123",
"novoVencimento": 0,
"formaPagamento": "PARCELADO 2X",
"segmentoLoja": "DEPARTAMENTO",
"nsu": "15629158"
}
]
}