Command curl -XPOST localhost:5000/parse -d '{"q":"I am looking for Chinese food", "project":"my_restaurant_search_bot"} not working

Hello I am trying to set up the server to handle the HTTP request for my trained model. I am following the instructions on the docs and I enter this command _python -m rasa_nlu.server --path project_s then after i use this command curl -XPOST localhost:5000/parse -d ‘{“q”:“I am looking for Chinese food”, “project”:“my_restaurant_search_bot”}’ in another window the answer is the following: “error”: “No project found with name ‘rasa_bot’.” I have tried with the name of the folder and the models but it is still not working. I a confused with the name of the project. Any help?

Thanks in advance.

Please post issues on our github repositories