curl --location --request GET '/manage/reports/stats'{
"code": 20000,
"data": {
"by_type_stats": [
{
"count": 0,
"type": "string"
}
],
"ignored_count": 0,
"pending_count": 0,
"processing_count": 0,
"resolved_count": 0,
"today_count": 0,
"total_reports": 0
},
"err_code": "string",
"msg": null
}