Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/servicos-bancarios/fatura//boletos/pagamento?idContaBancaria' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"timestamp": "string",
"statusCode": 0,
"message": "string",
"path": "string"
}