curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/test-program/test-programs/4b61f117-9f8c-4ea7-b467-a6e69e20e0e4/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"image_id": "4b61f117-9f8c-4ea7-b467-a6e69e20e0e4",
"title": "Title",
"description": "Desc",
"default_attempt_duration_hours": 1,
"default_attempts_quantity": 1,
"points_to_pass": 1,
"randomize_question_groups_assignment": false,
"auto_check": false,
"auto_evaluation": false
}'