curl -L \
--request POST \
--url 'https://us-central1-prompt-learner-ca90f.cloudfunctions.net/attuna_tagging/add_tag' \
--header 'Authorization: text' \
--header 'Content-Type: application/json' \
--data '{
"sub_tags": [
"happy_joining_message",
"trouble onboarding"
],
"tag_description": "Identify users that sound like they have just joined. Look for words such as glad to be here. I am new here, I am just onboarding, excited to joining but facing onboarding problems",
"tag_name": "New Joinee"
}'