curl --location '/admin/student-system/students' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"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
}'