categoryId or categoryName may be provided.curl --location '/tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "VIP",
"description": "High value clients",
"order": 10,
"categoryId": 1,
"categoryName": "Marketing"
}'{
"tagId": 123,
"name": "VIP",
"description": "High value clients",
"order": 10,
"category": {
"tagCategoryId": 1,
"name": "Marketing",
"order": 1
}
}