create Poll Post
fun createPollPost(target: AmityPost.Target, pollId: String, text: String = "", metadata: JsonObject? = null, mentionUserIds: Set<String>? = null): Single<AmityPost>
create a poll post
Return
Async post as Single
create a poll post
Async post as Single