Complete authentication using magic link token from email. Processes the magic link and signs in the user.
curl --request GET \
--url https://{deploymentHost}/auth/verify-magic-link"Redirects to /dashboard after successful magic link authentication with session cookie set"curl --request GET \
--url https://{deploymentHost}/auth/verify-magic-link"Redirects to /dashboard after successful magic link authentication with session cookie set"