### How to create a new conversion ID via API

So which api are you used to create a new conversion ID?

I try to follow the guidance from “[Rasa & Rasa Pro Documentation](/content/docs/rasa/api/http-api/#operation/testModelStories/index.html)”, My request is ：

```bash
curl -XPOST http://localhost:5005/model/test/stories?token=12345678 -d "## happy path\n\* greet\n\n - utter_greet\n\n\* mood_great\n\n - utter_happy\n\n## sad path 1\n\* greet\n\n - utter_greet\n\n\* mood_unhappy\n\n …"
```
