Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/grading/settings' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 1171,
"aggregation_method": "natural",
"default_max_grade": 100,
"exclude_empty_grades": false,
"force_aggregation_method": false,
"force_default_max_grade": false,
"force_exclude_empty_grades": false,
"created_at": "2026-01-01 00:00:00",
"updated_at": "2026-01-01 00:00:00"
}
}