Simple GET request GET https://httpbin.org/get Simple POST request POST https://httpbin.org/post Accept: application/json Content-Type: application/json { "data": { "title": "Hello", "hello": "world" } }