Authorization: Bearer ********************
curl --location --request PUT '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": "12345678910",
"issuer": "Sandbox"
}'
{
"id": 2,
"externalId": "TESTE",
"secret": "KG6SFORR63J64WSD",
"qrUri": "otpauth://totp/Teste%3ATESTE?secret=KG6SFORR63J64WSD&issuer=Teste&algorithm=SHA1&digits=6&period=30",
"status": "ACTIVE",
"createdAt": "2025-01-22"
}