// Echoes the request body and headers back so invoke tests can verify // that `--body` (inline / @file / @-) and `-H` flow through end-to-end. #{ body: ctx.request.body, headers: ctx.request.headers, }