Verifies a user’s email address using the token sent during registration. This endpoint is idempotent—multiple requests with the same valid token will succeed.
This endpoint is idempotent. If the email is already verified, the request will still return success, allowing users to click verification links multiple times without errors.
Verification tokens do not expire but are tied to specific users. Each user has only one valid verification token at a time.