/api/user/mfa/totpGenerate a TOTP enrollment secret, or report that TOTP is already enabled.GET/api/user/mfa/totpResponse Body200application/json4xxapplication/jsoncURLJavaScriptGoPythonJavaC#Rustcurl -X GET "https://example.com/api/user/mfa/totp"2004xx{ "secret": "string", "qrcode": "string"}/api/user/mfa/passkey/options GETGenerate WebAuthn registration options for creating a new passkey./api/user/mfa/totp POSTEnable TOTP for your account by verifying a code for the provided secret.