Authorization: Bearer ********************
curl --location --request GET '/business/process/processedStatistics' \
--header 'Authorization: Bearer <token>'
{
"msg": "string",
"code": 0,
"data": [
{
"businessType": 0,
"name": "string",
"num": 0
}
]
}