Update a user by their ID
id
The unique identifier of the user
type
The type of the user out of (STUDENT, SCHOOL, COMPANY)
name
The name must not contain spaces
email
The email of the user
password
The password must be at least 8 characters long
Returns User !.
3
signUp
AuthPayload