Authorization: Bearer ********************{
"grade": "A+",
"min_percentage": 90,
"description": {
"ar": "ممتاز",
"en": "Excellent"
},
"sort_order": 6061
}curl --location --request POST 'https://api.msaaq.com/v1/grading/scales' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"grade": "A+",
"min_percentage": 90,
"description": {
"ar": "ممتاز",
"en": "Excellent"
},
"sort_order": 6061
}'{
"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"
}
}