curl --request POST \
--url https://api.typeauth.com/{account_id}/tag/create \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'curl --request POST \
--url https://api.typeauth.com/{account_id}/tag/create \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'Was this page helpful?