Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/testing/scores/scales/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ownerType": "test_program_question_group",
"ownerId": "1901a645-96b6-4c52-95dd-c915a6706eac"
}'