curl -X POST "https://api.tktchurch.com/v1/auth/resend-verification" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]" }'
{ "status": 200, "message": "Verification email sent successfully" }
Resend the email verification link to a user
Show Error Object