cURL
curl --request POST \ --url https://api.pingmee.co.il/conversation/tags \ --header 'Content-Type: application/json' \ --header 'Cookie: <api-key>' \ --header 'x-api-key: <api-key>' \ --data '"<unknown>"'
{ "id": "<string>", "title": "<string>", "color": "<string>" }
Creates a new plant in the store
Plant to add to the store
The body is of type any.
any
plant response
Unique identifier of the tag
Human-readable tag title
Tag color (hex, rgb, or named color)