private CompletableFuture<Void> uploadTourName(String tourUniqueId, String tourName){
        CompletableFuture<Void> uploadTourNameFuture = new CompletableFuture<>();

        Map<String, String> tourNameMap = new HashMap<>();
        tourNameMap.put("tourName", tourName);