Liquid Barcodes App API gives the option to create tags that can be associated with the content. This is useful to classify content by these tags. Tags can be Category
or Brand
type.
To use tags, detailed information on configured tags can be pulled through GET /content-tags API method and they are related to the content with the array TagsData
that comes in Content Model of GET /content response.
Content tags can be also liked or disliked using PUT /content-tags/{TagId}/like method.