func (c *client) Output(req *OutputRequest) (*OutputResponse, error) {
    response, err := c.post("/execution/output", req, &OutputResponse{})
    outputResponse := response.(*OutputResponse)

    if err != nil {