Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/test-program/test-programs/c26d0a04-39ce-4e99-a7a3-63462374a355/question-groups/800d1f2d-198f-4e09-bed2-46f70945a8b3/evaluation-scale/steps/set' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"steps": [
{
"correctness": 80,
"points": 10.5
},
{
"correctness": 50,
"points": 5.5
}
]
}'