Authorization: Bearer ********************curl --location '/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
}'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}