signUp
fun signUp(serverSecret: String, tagName: String, name: String, surname: String, email: String, password: String, language: String): JSONObject
Function to execute the request to sign up in the Refy's system
Return
the result of the request as JSONObject
Parameters
serverSecret
: the secret of the personal Refy's backend
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