pub async fn get_reviews_with_proposal_id(
    id: i32,
    context: SharedContext
) -> Result<impl Reply, Rejection>