Send a POST request with a JSON body (key-value pairs are added to a top-level JSON object - e.g. {"name": "john", "age": 25})

xh

xh post {{httpbin.org/post}} {{name=john}} {{age:=25}}

click the source code to copy