curl --location -g --request GET '{{url}}/api/v1/me/batches/eac2a0dd-5b07-4766-b51e-3a7bf25f245f/scores' \
--header 'Authorization: Bearer {{token}}'{
"data": {
"assignments": [
{
"id": "string",
"meeting_id": "string",
"teacher_id": "string",
"title": "string",
"description": "string",
"type": "string",
"start_at": "string",
"end_at": "string",
"created_at": "string",
"updated_at": "string",
"score": 0
}
],
"quizzes": [
{
"id": "string",
"meeting_id": "string",
"title": "string",
"description": "string",
"type": "string",
"is_open": true,
"start_time": "string",
"end_time": "string",
"duration_minute": 0,
"max_attempts": 0,
"created_at": "string",
"updated_at": "string",
"score": 0
}
]
},
"message": "string",
"success": true
}