2FA System Status
GET
/auth/two_factor/system
Returns global two-factor toggle and available methods from environment config.
Responses
2FA system status
application/json
JSON "success": true, "global_two_factor_enabled": true, "available_methods": [ "string" ]
{
}