{
"activityId": 0,
"offset": 0,
"currentPage": 1,
"pageSize": 10
}
curl --location --request POST 'http://127.0.0.1:8080/user/getContestantsRankList?open_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityId": 0,
"offset": 0,
"currentPage": 1,
"pageSize": 10
}'
{
"code": 0,
"msg": "",
"data": {}
}