results.curl --location --request PUT '/products/categories/bulk' \
--header 'Content-Type: application/json' \
--data '{
"categories": [
{
"categoryId": "string",
"parentCategoryId": "string",
"visible": true,
"languages": [
{
"id": "cs",
"name": "string",
"url": "http://example.com"
}
]
}
]
}'{
"results": [
{
"categoryId": "string",
"status": "created",
"error": "string"
}
],
"summary": {
"created": 0,
"updated": 0,
"failed": 0
}
}