Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 182 Bytes

test.md

File metadata and controls

7 lines (6 loc) · 182 Bytes

echo curl examples

curl -X POST http://localhost:3000/echo \
    -H "Content-Type: application/json" \
    -d '{"name": "Jane Doe", "email": "[email protected]"}'