curl --location '/products/categories?q=shoes&language=cs&parentCategoryId=men&visible=true&limit=10&offset=0' \
--header 'Authorization: Bearer JWT'{
"categories": [
{
"categoryId": "string",
"parentCategoryId": "string",
"visible": true,
"languages": [
{
"id": "cs",
"name": "string",
"url": "http://example.com"
}
],
"placeholder": true
}
],
"paging": {
"offset": 21,
"limit": 40,
"totalItems": 100,
"totalPages": 5,
"links": [
null
]
}
}