(
    pook.post("httpbin.org/post")
    .json({"foo": "bar"})
    .reply(204)
    .json({"error": "simulated"})