const response = await fetch('https://us-central1-prompt-learner-ca90f.cloudfunctions.net/attuna_tagging/predict_tags', {
method:'POST', headers: {"Authorization": "text","Content-Type": "application/json" }, body:JSON.stringify({"message":"Happy to be a part of this amazing team!" }),});constdata=awaitresponse.json();