Authorization: Bearer ********************curl --location '/admin/course-system/courses/019ef461-17e3-7eaa-80ab-97169442e532/score-configurations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"maxPoints": 100
}'{
"notification": {
"type": "success",
"message": "Настройка оценки создана."
},
"data": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532"
},
"meta": {
"requestId": "019ef462-8efa-7511-f712-0e8d03b95ca9",
"traceId": "019ef462-9f0b-7622-0823-1f9e14ca6dba"
}
}