type Route struct {
// Key short URL name Key string `json:"Key"`
// RedirectURL is the URL to redirect to RedirectURL string `json:"RedirectURL"`
// ExtendedURL holds optional appended string to the RedirectURL ExtendedURL string `json:"ExtendedURL"`
}