curl --location --request GET '/api/category/category/all' \
--header 'X-Shop-Id: 0'
[
{
"weight": {},
"name": {
"empty": true
},
"id": 0,
"parentId": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"empty": true,
"property1": {},
"property2": {}
}
]