curl --request POST \
--url https://api.sandbox.teal.dev/v0/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'teal-instance-id: <teal-instance-id>' \
--data '
{
"name": "<string>",
"tag_group_id": "<string>"
}
'