curl --location --request POST 'msg_group/levellists' \
--header 'token: {{token}}'{
"code": 0,
"msg": "string",
"time": "string",
"data": {
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"data": [
{
"id": 0,
"msg_rights": 0,
"createtime": "string",
"description": "string",
"price": 0
}
]
}
}