secret, qr_code_url, and base64 QR image. Must be confirmed with POST .../totp/confirm before TOTP is active.Authorization: ********************curl --location '/v1/users/me/mfa/totp/setup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"secret": "string",
"qr_code_url": "string",
"qr_code_base64": "string"
}