Authorization: Bearer ********************curl --location --request PUT 'https://api-lms.staging.teach-in.ru/api/admin/eav/entity-types//edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "student",
"name": "Студенты"
}'