signUpUser

open fun signUpUser(id: String, token: String, tagName: String, name: String, surname: String, email: String, password: String, language: String)

Method to sign up a new user in the system

Parameters

id

: the identifier of the user

token

: the token of the user

tagName

: the tag name of the user

name

: the name of the user

surname

: the surname of the user

email

: the email of the user

password

: the password of the user

language

: the language of the user