curl --location 'http://127.0.0.1:18111/biz/statistic/illegalEventStatistics' \
--header 'Authorization: Bearer '{
"code": 0,
"msg": "string",
"data": {
"totalCount": 0,
"todayTotalCount": 0,
"list": [
{
"illegalStatus": 0,
"illegalStatusText": "string",
"count": 0,
"percentage": 0
}
]
}
}