tags arrays contribute — newly-invented tags that aren't yet assigned to any contact won't appear. Tag matching is case-sensitive, so "VIP" and "vip" count as separate tags.Authorization: ********************curl --location '/users/me/contacts/tags' \
--header 'Authorization: Bearer <token>'{
"tags": [
{
"tag": "string",
"count": 0
}
]
}