Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/seguros/portador?idPortador' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
[
{
"descricaoSeguro": "SEGURO HORIZON PLUS",
"codigoAdesao": "2020",
"codigoSeguro": "5",
"valorParcela": "49.99",
"dataAdesao": "12/01/2024 23:40",
"numeroDaSorte": "37358",
"dataSorteio": "27/01/2024",
"categoria": "ASSISTENCIA",
"detalhamentoCategoria": "Assistencia"
}
]