curl --request POST \
--url https://www.getsnippets.ai/api/prompts/tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tagName": "<string>",
"tagColor": "#FF5733",
"teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"parentTagId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'