// // CurationSection.swift // SodaLive // // Created by klaus on 8/29/25. // struct CurationSection: Decodable { let characterCurationId: Int let title: String let characters: [Character] }