x-api-key: ********************
{ "path": "masterCatalog", "category": { "code": "masterCatalog", "image": "https://picsum.photos/200/300", "subCategories": [ { "code": "clothing", "image": "https://picsum.photos/200/300", "label": [ { "locale": "en_US", "value": "Clothing" }, { "locale": "tr_TR", "value": "Giyim" } ] } ] } }
curl --location --request POST 'https://api.mircate.com/5p1hp1d2t/CALL/PIMAPI/upsertCategory/' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "path": "masterCatalog", "category": { "code": "masterCatalog", "image": "https://picsum.photos/200/300", "subCategories": [ { "code": "clothing", "image": "https://picsum.photos/200/300", "label": [ { "locale": "en_US", "value": "Clothing" }, { "locale": "tr_TR", "value": "Giyim" } ] } ] } }'
{ "meta": { "updateToken": "string" } }