curl --location --request GET '/mt/list?page&pageSize&keyword&counselor_id'{
"code": 0,
"message": "string",
"data": {
"page": "string",
"total": "string",
"records": [
{
"id": "string",
"user_id": "string",
"title": "string",
"description": "string",
"content": "string",
"create_time": "string",
"threshold": 0
}
]
}
}