Forces a refresh of a specific MovieList from POD.
Future<Map<String, dynamic>?> refreshMovieList(String movieListId) async { return await getMovieList(movieListId, forceRefresh: true); }