post https://api2.frontapp.com/teams//signatures
Create a new signature for the given team (workspace).
Response
Create a new signature for the given team (workspace).
xxxxxxxxxx
curl --request POST \
--url https://api2.frontapp.com/teams/tim_123/signatures \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"is_default":false}'