curl --location 'https://bpi2.poyashi.me/users//scores/bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"version": "26",
"csvRows": [
{
"title": "string",
"difficulty": "string",
"exScore": 0,
"clearState": "string",
"missCount": 0,
"lastPlayed": "string"
}
]
}'{
"success": true,
"batchId": "string",
"updatedAllCount": 0,
"updatedBpiCount": 0,
"previousTotalBpi": 0,
"newTotalBpi": 0,
"details": {
"notFound": [
{
"title": "string",
"difficulty": "string"
}
]
}
}