curl --location --request GET '/mta/list?page&pageSize&test_id&user_id'{
"code": 0,
"message": "string",
"data": {
"page": "string",
"total": "string",
"records": [
{
"id": "string",
"user_id": "string",
"test_id": "string",
"content": "string",
"answer_time": "string",
"score": 0
}
]
}
}