--------------------
* Pass enterprise customer's name to enterprise-catalog service during create/update of enterprise catalogs
* Refactor `migrate_enterprise_catalogs` management command to check if a catalog already exists in the enterprise-catalog service. If a catalog already exists, it will be updated with a PUT request; otherwise, a new catalog will be created with a POST request.