Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/eav/attributes/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"entityTypeId": "f1090125-bc1e-470d-a453-9e7df1d523f4",
"key": "name",
"type": "string",
"name": "name",
"sort": 1,
"required": false,
"defaultValue": null
}'