Creating catalog with language map
POST {{api-url}}/catalog/{{tenant}}/catalogs
Request Body
{"name"=>{"en"=>"Sample catalog"}, "description"=>{"en"=>"Basic catalog description"}, "visibility"=>{"visible"=>"true", "from"=>"2022-01-24T12:12:12.623z", "to"=>"2029-06-24T12:12:12.616Z"}, "publishedSites"=>["main"], "categoryIds"=>["{{parentCategoryId}}"]}
RESPONSES
status: Created
{"id":"63c8e527451cde0ce695f9ae"}