🔐 Authentication
Resend email verification
The API endpoint allows the logged-in user to request a resend of the email verification mail.
By accessing this endpoint, the user can trigger the system to send another email verification link to their registered email address.
This functionality is useful in cases where the initial verification email may have been missed, expired, or encountered delivery issues.
post/users/resend-email-verification
Response
Resend email verification
Example response
{
"message": "Mail has been sent to your mail ID",
"statusCode": 200,
"success": true
}