curl --location --request GET 'http://localhost:3000/api/orgs//settings' \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"message": "Organization settings fetched successfully",
"data": {
"timezone": "string (IANA)",
"defaultLanguage": "string",
"complianceMode": "string (gdpr|hipaa|ferpa|none)",
"recordingConsent": "string (required|optional|none)",
"aiSummaries": "string (basic|enhanced|off)",
"educationMode": "boolean",
"dlpEnabled": "boolean",
"translationEnabled": "boolean",
"realTimeSummaries": "boolean",
"lmsIntegration": "string | null",
"retentionAlerts": "boolean"
}
}