When successful, returns:
{ "baseline": 10.00, "prediction": 12.34, }
{ "channel": "sms", "kpi": "open_rate", "sending_date": "2024-04-20", "sending_hour": 16, "text": "Canis acervus maxime trepide conculco strues. Calco placeat ipsam tibi." }
curl --location --request POST 'https://api.mpc.dev.placewise.com/v2/ml/sending/predict_sending_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": "sms", "kpi": "open_rate", "sending_date": "2024-04-20", "sending_hour": 16, "text": "Canis acervus maxime trepide conculco strues. Calco placeat ipsam tibi." }'
{ "baseline": 0, "prediction": 0 }