cURL
curl --request POST \ --url https://api.datacrazy.io/v1/api/api/v1/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "marketing orgânico", "color": "#A78BFA", "description": "Leads que vieram de campanhas internas", "useRandomColor": true }'
Cadastrar nova tag
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>