mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
353 B
353 B
POST https://httpbin.org/post
Content-Type: application/json
{"name": "My New Item"}
The new item ID is: {{response.body.json.name}}
Now, let's fetch the item using a (mocked) ID from the response:
GET https://httpbin.org/anything/{{responses.createItem.body.json.name}}
::response{#fetchItem}