resend_verification_create
POST/resend-verification/
Body: { "email": "user@example.com" }
Resends the verification email to users who haven't verified yet. Always returns success to prevent email enumeration.
Request
Responses
- 201
POST/resend-verification/
Body: { "email": "user@example.com" }
Resends the verification email to users who haven't verified yet. Always returns success to prevent email enumeration.