pub async fn disable_api_key( pool: &PgPool, id: Uuid, tenant_id: Uuid, ) -> ProxyResult<bool>
Disable an API key without deleting it.