Auth
Send verification email
Sends a verification email to the specified email address if the user exists and is not already verified.
post/api/auth/send-verification-email
Request body
Example request
{
"email": "user@example.com"
}Response
Verification email has been sent successfully.
string required