Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/servicos-bancarios/contas' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
[
{
"id": 1,
"codigoBanco": "001",
"descricao": "Banco 01"
}
]