curl --location 'https://bpi2.poyashi.me/users//rivals/following/scores?version=&limit=&minDiff=&maxDiff=&lastDiff=&lastSongId=&lastRivalId=&levels=&difficulties=' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"songId": 0,
"title": "string",
"notes": 0,
"bpm": "string",
"difficulty": "HYPER",
"difficultyLevel": 0,
"releasedVersion": 0,
"logId": 0,
"exScore": 0,
"bpi": 0,
"clearState": "string",
"missCount": 0,
"scoreAt": "2019-08-24T14:15:22.123Z",
"wrScore": 0,
"kaidenAvg": 0,
"coef": 0,
"exDiff": 0,
"rival": {
"userId": "string",
"userName": "string",
"profileImage": "string",
"exScore": 0
}
}
],
"nextCursor": {
"lastDiff": 0,
"lastSongId": "string",
"lastRivalId": "string"
}
}