POST
/api/tags
name
default
curl https://dedi.emailbison.com/api/tags \ --request POST \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --data '{ "name": "Important", "default": false }'