constresponse=awaitfetch('https://us-central1-prompt-learner-ca90f.cloudfunctions.net/attuna_tagging/add_tag', { method:'POST', headers: {"Authorization":"text","Content-Type":"application/json" }, body:JSON.stringify({"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" }),});constdata=awaitresponse.json();