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
The payload of the request
{
"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]
"language": "the language of the user" -> [String]
}
Content copied to clipboard