curl --location --request GET 'http://localhost:8027/adm/evaluationUserPaper/list?id=&userId=&paperId=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"userId": 0,
"paperId": 0
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}