rasa-chatbot / example.http
Samik Saha
Copied from github
3222229
raw
history blame
333 Bytes
curl --request POST \
--url http://localhost:5005/webhooks/rest/webhook \
--header 'content-type: application/json' \
--data '{"message": "Hi"}'
####
curl --request POST \
--url http://rasa-chatbot.herokuapp.com/webhooks/rest/webhook \
--header 'content-type: application/json' \
--data '{
"message": "Hi"
}'
####