API Key
The text to be tagged
curl -L \ --request POST \ --url 'https://us-central1-prompt-learner-ca90f.cloudfunctions.net/attuna_tagging/predict_tags' \ --header 'Content-Type: application/json' \ --data '{ "message": "Happy to be a part of this amazing team!" }'
{ "prediction": "text" }