Returns the list of saved cards for the specified user.
The returned string contains JSON-encoded card data.
Future<String?> getSavedCards(String userId);