package dto type GiftPrizeImage struct { Rank int `json:"rank"` ImageUrl string `json:"imageUrl"` ImagePcUrl string `json:"imagePcUrl"` }