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