package v1 type ReceiveCouponDto struct { Status int `json:"status"` Message string `json:"message"` Data interface{} `json:"data"` }