data class UpdateAutoModSettingsRequest(val aggression: Int? = null, val bullying: Int? = null, val disability: Int? = null, val misogyny: Int? = null, val overallLevel: Int? = null, val raceEthnicityOrReligion: Int? = null, val sexBasedTerms: Int? = null, val sexualitySexOrGender: Int? = null, val swearing: Int? = null)