Add a global Tag
POST /v1/recordings/tags
Summary:
Creates a new tag for the tenant.
Request Body:
JSON object with:
value
(string, required): The tag name.
Response:
201 Created:
Returns a JSON object with:CODE{ "tagId": "uuid" }
400, 401, 403, 409, 500: Error responses.