tagRef rules:tagRef is numeric, it is treated as tag id.curl --location '/tags/123' \
--header 'Authorization: Bearer <token>'{
"tagId": 123,
"name": "VIP",
"description": "High value clients",
"order": 10,
"category": {
"tagCategoryId": 1,
"name": "Marketing",
"order": 1
}
}