Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/limites/contas//grupo-de-servico/' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"limitType": "4",
"requestLimit": "1000"
}'
{
"idAccount": 2001,
"idServicesGroup": 2,
"requestLimit": 1000,
"limitType": "4",
"idRequest": 20021,
"status": "APPROVED",
"requestDate": "2025-04-02T17:59:16.311Z",
"requestDeadline": "2025-04-02T17:59:16.311Z",
"requestResultDate": "2025-04-03T17:59:16.311Z",
"accountLimit": 1000
}