curl --location --request GET 'https://sims.sman1samarinda.sch.id/api/v1/dashboard/students/weight'{
"success": true,
"message": "OK.",
"meta": {},
"errors": [],
"result": {
"averageWeight": 48.7,
"minWeight": 30,
"maxWeight": 90,
"weightRanges": [
{
"range": "41-50 kg",
"count": 5
},
{
"range": "51-60 kg",
"count": 10
}
]
}
}