Promoter Response
data class PromoterResponse(var id: String? = null, var name: String? = null, var description: String? = null)
Represents a promoter response from the Discovery API.
Holds promoter details, including ID, name, and description.