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