Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/grading/scales/string' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": 7561,
"grade": "A+",
"min_percentage": 90,
"description": {
"ar": "ممتاز",
"en": "Excellent"
},
"sort_order": 0,
"created_at": "2026-01-01 00:00:00",
"updated_at": "2026-01-01 00:00:00"
}
}