pub async fn get_challenge_by_id_and_group_id(
    id: i32,
    group_id: impl Into<String> + Debug,
    context: ContextLock
) -> Result<impl Reply, Rejection>