buildServerTest(router, timeout: 30)

            .request("post", path: "/noBody", data: user)
            .hasStatus(.noContent)
            .hasHeader("Location", only: "1")