pub async fn query_proposal_by_id(
    id: i32,
    voting_group: String,
    pool: &DbConnectionPool
) -> Result<FullProposalInfo, HandleError>