getCurrentUserSettings abstract method
Get current user settings.
Retrieves the current user's settings and preferences, including notification settings, privacy options, and display preferences. Only accessible to the authenticated user.
Implementation
@GET('/users/@me/settings')
Future<UserSettingsResponse> getCurrentUserSettings();