curl --location 'https://bpi2.poyashi.me/users//all-scores//ranking?version=' \
--header 'Authorization: Bearer <token>'{
"rankings": [
{
"rank": 0,
"userId": "string",
"userName": "string",
"profileImage": "string",
"exScore": 0,
"bpi": 0,
"isSelf": true
}
],
"totalCount": 0,
"selfRank": 0
}