Authorization: Bearer ********************
curl --location --request PATCH 'https://horizon-api-sb.app.rpe.tech/api/v1/portadores//limites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"limiteAplicado": 1000,
"limiteProxPeriodo": 1000,
"limiteParcelamento": 1000,
"limiteSaque": 4000
}'
{
"httpStatus": "ACCEPTED",
"mensagens": [
"Limite de crédito alterado com sucesso."
]
}