package order type UpdateOrderStatusRequestDTO struct { Status string `json:"status"` } type UpdateOrderStatusResponseDTO struct { }