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