Authorization: Bearer ********************curl --location 'https://api-lms.staging.teach-in.ru/api/admin/filter-system/tag/entity-tags/set-entity-tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tag_ids" : ["aff0e526-2548-4bcc-ba87-34d1d72ea1c1"],
"entity_type": "article_system_article_articles",
"entity_id": "90015d0a-4587-4b77-b72a-dd51b5d84175"
}'