package request type DownloadRequest struct { GameId int `json:"game_id"` Md5String string `json:"md5_string"` }