mirror of
https://github.com/helje5/dockSwiftOnARM.git
synced 2025-11-01 06:33:34 +00:00
7 lines
158 B
Bash
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"
|
|
}'
|