Is there any way we can implement API to get a response from the RASA bot?if yes can I get some examples
- run rasa server
rasa run
- initiating a request
curl -X POST \
'http://localhost:5005/webhooks/rest/webhook' \
\
-d '{
"sender": "xxxxx",
"message": "hi"
}'