post https://api2.frontapp.com/company/tags
Create a company tag.
Response
Create a company tag.
xxxxxxxxxx
curl --request POST \
--url https://api2.frontapp.com/company/tags \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"is_visible_in_conversation_lists": false
}
'