https://httpbin.org/get
---
GET
---
Content-Type: application/json
---

---
HTTP Status: 200

{
  "args": {}, 
  "headers": {
    "Accept": "*/*", 
    "Content-Type": "application/json", 
    "Host": "httpbin.org", 
    "X-Amzn-Trace-Id": "Root=1-695d2b83-44f5bafa141af3382d8e56b8"
  }, 
  "origin": "134.128.194.38", 
  "url": "https://httpbin.org/get"
}

