curl --location --request GET 'https://sims.sman1samarinda.sch.id/api/v1/dashboard/students/classes'{
"success": true,
"message": "OK.",
"meta": {},
"errors": [],
"result": [
{
"className": "X MIPA 1",
"studentCount": 35,
"educationLevel": 10
},
{
"className": "X MIPA 2",
"studentCount": 34,
"educationLevel": 10
},
{
"className": "XI IPS 1",
"studentCount": 37,
"educationLevel": 11
}
]
}