Body
application/json
Verify email address using the method configured in auth settings (verifyEmailMethod):
email and otp (6-digit numeric code)otp (64-character hex token from magic link)Successfully verified users will receive a session token.
The email verification link sent to users always points to the backend API endpoint.
If verifyEmailRedirectTo is configured, the backend will redirect to that URL after successful verification.
Otherwise, a default success page is displayed.