Auth
Resend verification email
Errors
Returns an error if user is already verified, database operations fail, or email service fails.
post/api/auth/resend-verification
Response
Verification email sent successfully
Example response
{
"message": "Verification email sent successfully"
}