Create a new user account with email and password
ROLE_USER role.
json parameter with a JSON string containing the user details.
"success" when user is created successfully."200" for success."El usuario se ha creado correctamente""ROLE_USER"Validation Error (404)
name: Must be present and contain only alphabetic characterssurname: Must be present and contain only alphabetic charactersemail: Must be a valid email format and not already registeredpassword: Must be presentInvalid Data Format (404)
json parameter is missing or malformed.ROLE_USER role. This role cannot be changed during registration.json parameter containing a JSON string, not direct JSON in the request body. This is a specific requirement of this API implementation.