sign
Up
@PostMapping(path = "users/signUp"
)
Method to sign up in the Equinox's system
Return
the result of the request as String
Parameters
payload
: payload of the request
{
"server_secret" : "the secret of the server" -> [String],
"name" : "the name of the user" -> [String],
"surname": "the surname of the user" -> [String],
"email": "the email of the user" -> [String],
"password": "the password of the user" -> [String]
}
Content copied to clipboard