pub async fn query_challenge_by_id(
    id: i32,
    pool: &DbConnectionPool
) -> Result<Challenge, HandleError>