pub async fn token_issue( pool: &PgPool, team: &str, agent: &str, label: Option<String>, ) -> Result<()>