package kr.co.vividnext.sodalive.faq data class CreateFaqRequest( val question: String, val answer: String, val category: String )