@JsonClass(true) data class PollVoteInput : Parcelable
PollVoteInput(postId: String, optionId: String)
val optionId: String
val postId: String