Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/testing-system/testing/tests/759e2cc8-4fd7-4a76-8793-57becc02411e/move-date' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"start": "2024-04-19T09:00:00+03:00",
"end": "2026-04-19T09:00:00+03:00"
}'