Files
2019-04-15 10:00:39 -04:00

7 lines
158 B
Bash

## Request
curl -X "POST" "http://localhost:8080/echo" \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"message": "this message"
}'