createPoll

fun createPoll(question: String, options: List<String>, type: String = "singleChoice", onComplete: () -> Unit? = null)