pub async fn authorize_admin_token(
    admin_token: String,
    context: Arc<RwLock<SchedulerContext>>
) -> Result<(), Rejection>