cURL
curl --request POST \ --url https://messenger-public-api.cogfy.com/tags \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }
Creates a new tag with the specified name.
The name of the created tag.
Tag created successfully
The ID and name of the created tag.