curl --location '/admin/teachers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"image": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532",
"url": "https://lms.example.ru/api/files/read/019ef461-17e3-7eaa-80ab-97169442e532",
"name": "cover.png",
"extension": "png",
"mimeType": "image/png",
"size": 102400
},
"firstName": "Иван",
"lastName": "Иванов",
"middleName": "Иванович",
"position": "Доцент",
"academicDegree": "Кандидат физико-математических наук"
}'