curl --location 'https://bpi2.poyashi.me/users//stats/aaaDifficulty?version=&level=&customGoalRatio=&customGoalOffset=' \
--header 'Authorization: Bearer <token>'[
{
"songId": 0,
"title": "string",
"difficulty": "HYPER",
"notes": 0,
"releasedVersion": 0,
"maxScore": 0,
"targets": {
"aaa": {
"exScore": 0,
"targetBpi": 0,
"diff": 0
},
"maxMinus": {
"exScore": 0,
"targetBpi": 0,
"diff": 0
},
"custom": {
"exScore": 0,
"targetBpi": 0,
"diff": 0
}
},
"user": {
"exScore": 0,
"bpi": 0,
"isAaa": true,
"isMaxMinus": true
}
}
]