pub async fn list_api_keys( pool: &PgPool, tenant_id: Uuid, ) -> ProxyResult<Vec<ApiKey>>
List API keys for a tenant.