When successful, returns:
{ "prediction": 0.5 }
{ "channel": "email", "kpi": "ctr", "text": "string" }
curl --location --request POST 'https://api.mpc.dev.placewise.com/v2/ml/sending/predict_text_popularity' \ --header 'X-User-Agent: ApiDog' \ --header 'X-Product-Name: default' \ --header 'X-Loyalty-Club-Slug: infinity-mall' \ --header 'X-Customer: 447' \ --header 'Authorization: Bearer ' \ --header 'X-Client-Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "channel": "email", "kpi": "ctr", "text": "string" }'
{ "prediction": 0 }