Authorization: Bearer ********************curl --location --request PUT '/external/students/a54a48f4-b295-47b3-b8c3-960322a11102/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"lastName": "string",
"firstName": "string",
"middleName": "null",
"about": "null",
"birthDate": "null",
"teachersInfo": "null",
"schoolInfo": "null",
"msuStudent": false,
"faculty": "null",
"degree": "null",
"level": "null",
"idCard": "null",
"formOfLearning": "null"
}'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}