consumerSignUp

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

Creates a new Link account for the credentials provided.