curl -X POST -H 'Content-Type: application/json' \ -H 'X-Curto-Api-Key: <your_key>' \ -d '{ "label": "A Label", "color": "red" }' \ https://api.curto.io/v1/tags
{ "data": { "id": "<tag_id>", "label": "A Label", "color": "red" } "status": "OK" }
Esse endpoint cria uma Tag
Show Tag Object