Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/test-program/test-programs/019c28fa-70eb-7676-99e1-5b8ec59fbe2b/add-question' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"question_group_id": "019c28fa-a6ac-707d-b570-c7b354489c2d",
"title": "Вопрос type Text",
"description": "<p>Тест вопроса Что такое Луна</p>",
"explanation": "<p>Комментарий к ответу</p>",
"max_answers": null,
"data": []
}'[
null
]