put
https://api.surense.com/api/v1/tags
Update tags. Tags are global and can be added to customers, leads, etc.
Example:
{
"tags": [
{
"id": "6c6a11e9-5324-4046-a655-114f45362e0e",
"label": "תגית",
"active": true
},
{
"id": "129ed0a9-3afd-4382-8e7c-96c295e1534d",
"label": "תגית 2",
"active": true
},
{
"id": "069ae840-57f2-4405-a576-141fd1d5b4ea",
"label": "תגית 3",
"active": true
}
]
}