curl --location 'https://api-lms.staging.teach-in.ru/api/v2/external/students/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lastName": "Last",
"firstName": "First",
"middleName": "Middle",
"email": "test@example.app",
"userId": "b9796ebd-c8d8-5638-b7ec-287b35cabe69",
"about": "About",
"birthDate": "2000-09-25",
"teachersInfo": "Info",
"schoolInfo": "Info",
"faculty": null,
"degree": null,
"level": null,
"idCard": null,
"formOfLearning": null,
"msuStudent": false
}'