pub async fn get_vote_by_caster_and_voteplan_id(
    body: VoteCasterAndVoteplanId,
    context: SharedContext
) -> Result<impl Reply, Rejection>