mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
207 B
207 B
My API Document
Let's make a POST request to httpbin.org.
POST https://httpbin.org/post
Content-Type: application/json
{"greeting": "Hello, http.md!"}
And here is the response:
::response