func UpdateListing(w http.ResponseWriter, r *http.Request, ps httprouter.Params) {
    // Get ID from params
    id := ps.ByName("id")

    // Get listing to add from request body