consumerSignUp

abstract suspend fun consumerSignUp(    email: String,     phoneNumber: String,     country: String,     locale: Locale?,     authSessionCookie: String?,     requestOptions: ApiRequest.Options): ConsumerSession?