Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/limites/contas//destino-confiavel' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idServicesGroup": 123,
"nationalRegistration": "03147703045",
"ispb": "12345678",
"bankAccountNumber": "009123",
"bankBranchNumber": "003",
"limits": [
{
"limitType": 4,
"limitValue": 1000
}
]
}'
{
"idServicesGroup": 123,
"nationalRegistration": "03147703045",
"ispb": "12345678",
"bankAccountNumber": "009123",
"bankBranchNumber": "003",
"limits": [
{
"limitType": "4",
"limitValue": 1000
}
]
}