Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/student-system/students/ca8abd5c-912a-4348-8e0f-c5fb5f7e86de/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Имяа",
"lastName": "Фамилияй",
"middleName": "Отчество",
"email": "artem@gmail.com",
"msuStudent": false,
"faculty": null,
"degree": null,
"level": null,
"idCard": null,
"formOfLearning": null
}'