faster5586/rasa-chatbot
0
1 2curl --request POST \3 --url http://localhost:5005/webhooks/rest/webhook \4 --header 'content-type: application/json' \5 --data '{"message": "Hi"}'6####7 8curl --request POST \9 --url http://rasa-chatbot.herokuapp.com/webhooks/rest/webhook \10 --header 'content-type: application/json' \11 --data '{12 "message": "Hi"13 }'14####