meta { name: test JSON null response type: http seq: 6 } post { url: {{httpfaker}}/api/echo/custom body: json auth: none } body:json { { "headers": { "content-type": "application/json" }, "content": "null" } } assert { res.body: eq null }