groupedBy=lastPlayed を指定するとプレイ日時ベースの集計になります。curl --location 'https://bpi2.poyashi.me/users//batches?version=&groupedBy=&topN=' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"batchId": "string",
"version": "26",
"totalBpi": 0,
"songCount": 0,
"diff": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"topScores": [
{
"title": "string",
"bpi": 0,
"clearState": "string"
}
]
}
]