curl --location '/contest/rank?contest=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0'{
"code": 0,
"msg": "string",
"data": {
"page": 0,
"size": 0,
"total": 0,
"problem_data": [
{
"accepted_count": 0,
"submit_count": 0
}
],
"rank": [
{
"user": {
"id": 0,
"name": "string",
"role": 0,
"avatar": "string"
},
"score_list": [
{
"id": 0,
"accepted": true,
"failed": 0,
"time": 0,
"first_blood": true,
"score": 0
}
],
"accepted_count": 0,
"score": 0,
"time": 0
}
]
}
}