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