curl --location --request GET 'http://127.0.0.1:18111/biz/placeViolation/eventStatistics?timeType' \
--header 'Authorization: Bearer '
{
"code": 0,
"msg": "string",
"data": {
"pendingCount": 0,
"processedCount": 0,
"closedCount": 0,
"areaName": "string"
}
}