Authorization: Bearer ********************
curl --location --request GET 'https://api.klever.tec.br/api/v2/ondemand/judicial-processes//summary'
{
"judicialProcessQuantities": [
{
"quantityActive": 0,
"quantityActivePart": 0,
"quantityOthers": 0,
"quantityPassivePart": 0,
"quantityTotal": 0,
"type": "string"
}
],
"totalActiveValue": 0,
"totalOthersValue": 0,
"totalPassiveValue": 0,
"totalValue": 0
}