pub fn get_proposals_data(
    client: &impl HttpClient,
    challenge_id: u32
) -> Result<Vec<Proposal>, Report>