Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/filter-system/category/entity-categories/set-entity-categories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"category_ids" : ["715a2539-f6aa-402e-bfa8-cc8a4cf2608b"],
"entity_type": "article_system_article_articles",
"entity_id": "90015d0a-4587-4b77-b72a-dd51b5d84175"
}'