curl --location 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/testing/tests/create' \
--header 'X-AUTH-ID: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"testProgramId": "c26d0a04-39ce-4e99-a7a3-63462374a355",
"imageId": "3fad8718-7966-4221-ba78-5497fa8f9c5b",
"title": "Тест теоретическая механика",
"showInList": true,
"description": "Desc",
"imageDetailId": "3fad8718-7966-4221-ba78-5497fa8f9c5b",
"detailDescription": "Desc",
"dateStart": "2023-12-14T21:00:00.000Z",
"dateEnd": "2024-01-10T21:00:00.000Z",
"isRegistrationOpen": true,
"settings": [],
"configCheckingEvaluatingStrategy": "by_answer"
}'