package http type UpdateOrderStatusRequest struct { Status string `json:"status"` } type UpdateOrderStatusResponse struct { }