curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/test-program/test-programs/c26d0a04-39ce-4e99-a7a3-63462374a355/edit-question-group' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"question_group_id": "800d1f2d-198f-4e09-bed2-46f70945a8b3",
"type": "string",
"title": "Группа вопросов (Строка) 01",
"randomize_questions_assignment": true,
"assignment_questions_quantity": 11,
"converters": [
{
"correctness": 100,
"points": 11.15,
}
],
}'