curl --location 'https://bpi2.poyashi.me/users//stats/radar?version=&level=&difficulty=' \
--header 'Authorization: Bearer <token>'{
"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
}
]
}
}