curl --location 'https://bpi2.poyashi.me/users//ranking/tower?version=&period=&date=' \
--header 'Authorization: Bearer <token>'{
"rankings": [
{
"rank": 0,
"userId": "string",
"userName": "string",
"profileImage": "string",
"isPublic": 0,
"iidxId": "string",
"totalCount": 0,
"keyCount": 0,
"scratchCount": 0,
"isSelf": true
}
],
"totalCount": 0,
"selfRank": 0,
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"viewerRadar": {
"NOTES": {
"totalBpi": 0,
"songs": [
{
"title": "string",
"difficulty": "string",
"exScore": 0,
"notes": 0,
"bpi": 0
}
]
},
"CHORD": {
"totalBpi": 0,
"songs": [
{
"title": "string",
"difficulty": "string",
"exScore": 0,
"notes": 0,
"bpi": 0
}
]
},
"PEAK": {
"totalBpi": 0,
"songs": [
{
"title": "string",
"difficulty": "string",
"exScore": 0,
"notes": 0,
"bpi": 0
}
]
},
"CHARGE": {
"totalBpi": 0,
"songs": [
{
"title": "string",
"difficulty": "string",
"exScore": 0,
"notes": 0,
"bpi": 0
}
]
},
"SCRATCH": {
"totalBpi": 0,
"songs": [
{
"title": "string",
"difficulty": "string",
"exScore": 0,
"notes": 0,
"bpi": 0
}
]
},
"SOFLAN": {
"totalBpi": 0,
"songs": [
{
"title": "string",
"difficulty": "string",
"exScore": 0,
"notes": 0,
"bpi": 0
}
]
}
}
}