curl --location 'https://bpi2.poyashi.me/users//all-scores//rivals?version=' \
--header 'Authorization: Bearer <token>'{
"songId": 0,
"version": "26",
"rivals": [
{
"userId": "string",
"userName": "string",
"profileImage": "string",
"exScore": 0,
"bpi": 0,
"clearState": "string",
"lastPlayed": "2019-08-24T14:15:22.123Z"
}
]
}