use serde::{Deserialize, Serialize}; #[derive(Deserialize)] pub struct CreateVoteRequest {} #[derive(Serialize)] pub struct VoteResponse {}