pub async fn enable_api_key( pool: &PgPool, id: Uuid, tenant_id: Uuid, ) -> ProxyResult<bool>
Re-enable a disabled API key.