Data Preferences
data class DataPreferences(val consentForTargetedAds: Boolean?, val consentForAnalytics: Boolean?, val consentForPerformanceTracking: Boolean?)
Data class representing preferences related to the user's consent for various types of data usage, including targeted advertising, analytics, and performance tracking.