curl--location--request POST 'https://api.explo.co/api/create_group_tag/'\--header'Content-Type: application/json'\--header'Explo-Authorization: Token <token>'\--data-raw '{"name":"tag"}'
{"success":1,"group_tag":{"name":"tag"}}
This endpoint creates a new group tag. If a group tag with the given name already exists, an error will occur.
The group tag will belong to the team associated with your Authorization Token.