Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/teacher-system/teachers/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"image_id": "3458a41e-21f6-4209-911b-5cb8a733c2ad",
"last_name": "last_name",
"first_name": "Андреенко",
"middle_name": "Степанович",
"user_id": "29b1f3ce-b280-4ac1-af77-ba4ee706f9e8",
"academic_degree": "профессор",
"position": "доктор физико-математических наук"
}'