cURL
curl --request POST \ --url https://api.example.com/auth/resend-verification \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
"[email protected]"
Verification email resent successfully