X-Token: ********************curl --location 'https://api-lms.staging.teach-in.ru/api/testing-system/testing/test-members/create-from-test' \
--header 'Content-Type: application/json' \
--data '{
"testId": "a8718027-41bf-4e17-81d2-11ad044399b6",
"testProgramId": "034ee9a7-d3c1-4cd8-958e-a1cfee011542",
"memberId": "f35177bf-b3e5-45fa-abb8-5fff4db9d7b0",
"title": "Title",
"description": "Description",
"duration": "PT1H",
"attemptsQuantity": 1,
"autoCheck": true,
"autoEvaluation": true,
"pointsToPass": 70,
"context": {}
}'