createGlobalAccount method
Implementation
Future<Map> createGlobalAccount(
String token,
String countryCode,
String currencyCode,
String nickname,
List<String> paymentMethods,
String requestId) {
throw UnimplementedError("Create Global Account has not been implemented");
}