consumerSignUp

open suspend override fun consumerSignUp(    email: String,     phoneNumber: String,     country: String,     name: String?,     locale: Locale?,     authSessionCookie: String?,     consentAction: ConsumerSignUpConsentAction,     requestOptions: ApiRequest.Options): ConsumerSession?

Creates a new Link account for the credentials provided.