Get User App Settings
API Reference
Get User App Settings
Get the current user’s app settings.
Returns language, analytics consent, sound notifications, and git config.
Args: service: UserAppSettingsService (injected by dependency)
Returns: UserAppSettingsResponse: The user’s app settings
Raises: HTTPException: 401 if user is not authenticated HTTPException: 404 if user not found HTTPException: 500 if retrieval fails
GET
Get User App Settings

