package dto type ItemOrderSetMadeRequest struct { OrderId int `json:"order_id"` ItemId int `json:"item_id"` Made int `json:"made"` }