Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/portuno/accounts' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration": "Teste",
"externalId": "exemplo",
"issuer": "Sandbox"
}'
{
"id": 14,
"externalId": "12345678910",
"secret": "5ERYUVR37ZJRHUNG",
"qrUri": "otpauth://totp/Teste%3Aexcesso?secret=5ERYUVR37ZJRHUNG&issuer=Teste&algorithm=SHA1&digits=6&period=30",
"status": "ACTIVE",
"createdAt": "2025-01-22"
}