curl --location --request PUT '/admin/student-system/students/019ef461-17e3-7eaa-80ab-97169442e532' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Пётр",
"lastName": "Петров",
"middleName": "Петрович",
"email": "student@example.ru",
"about": "Студент МГУ",
"birthDate": "2002-04-15T00:00:00.000000+0300",
"teachersInfo": "Научный руководитель — Иванов И.И.",
"schoolInfo": "ГБОУ Школа № 1",
"faculty": "Факультет вычислительной математики и кибернетики",
"degree": "бакалавриат",
"level": "3",
"idCard": "12345678",
"formOfLearning": "очная",
"msuStudent": true
}'