curl --location --request GET 'http://127.0.0.1:18111/biz/inform/list?id=&illegalId=&illegalType=' \
--header 'Authorization: Bearer '
{
"total": 0,
"rows": [
{
"id": 0,
"illegalId": 0,
"illegalType": 0,
"status": 0,
"noticeType": 0,
"resDataId": "string",
"resData": "string",
"resStatus": 0,
"reqData": "string",
"createUserId": 0
}
],
"code": 0,
"msg": "string"
}