curl --location 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/test-program/test-programs/39f4631f-855c-4df5-9706-67be0ce2b5c4/v2/add-question' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"question_group_id": "5fd85577-c353-4d7c-bca6-2497f1204f15",
"title": "Title",
"description": "Description",
"explanation": null,
"maxAnswers": null,
"data": {
"question": "<p>Что рекомендует предпринять автор, если выявилось отставание от плана?<\/p>",
"answer_comment": null
}
}'