Sign up after email verification
POST/api/auth/sign-up
Input{ email, verificationCode }
Output{
displayName,
email,
password,
photoURL,
phoneNumber,
country,
address,
state,
city,
zipCode,
about,
role,
isPublic
}
Reset password
POST/api/auth/reset-password
Input{ email, verificationCode, newPassword }
Output