curl --location 'http://127.0.0.1:18111/biz/statistic/reportStatistics' \
--header 'Authorization: Bearer '{
"code": 0,
"msg": "string",
"data": [
{
"name": "string",
"toBeConfirmedCount": 0,
"pendingCount": 0,
"processedCount": 0,
"closedCorrectionOnTimeCount": 0,
"closedUnableNoticeCount": 0
}
]
}