curl --location --request GET 'http://127.0.0.1:18111/biz/statistic/illegalTypeStatistics' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": [
{
"illegalType": 0,
"illegalTypeText": "string",
"count": 0,
"percentage": 0
}
]
}