Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/test-program/test-programs/c3fb58de-fe9e-4c7f-80f2-3af5589c649f/add-question-group' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "cv-gml",
"title": "Группа вопросов \"CVGML\"",
"randomize_questions_assignment": false,
"assignment_questions_quantity": 1,
"converters": [
{
"correctness": 1,
"points": 1
}
]
}'[
null
]