cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/business/edit-tag/{tagId} \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
Edit an existing tag
{ "name": "Tag name", "color": 2 }
{ "success": true }