Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/filter-system/type/entity-types/set-entity-types' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type_ids" : ["aff0e526-2548-4bcc-ba87-34d1d72ea1c1"],
"entity_type": "course_system_courses",
"entity_id": "46fa4e7f-1428-4495-a563-fa1a76f78cb4"
}'