user
Generate TOTP secret
Generate a Time-based One-Time Password (TOTP) secret for setting up multi-factor authentication
get/mfa/totp/generate
Response
TOTP secret successfully generated
Example response
{
"imageUrl": "data:image/png;base64,iVBORw0KGg...",
"totpSecret": "ABCDEFGHIJK23456"
}