Authorization: Bearer ********************{
"scales": [
{
"id": 1459,
"sort_order": 9193
}
]
}curl --location --request POST 'https://api.msaaq.com/v1/grading/scales/reorder' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"scales": [
{
"id": 1459,
"sort_order": 9193
}
]
}'{
"message": "string"
}