curl --location --request GET 'https://gateway.storeharmony.com/cloudapi/app//category' \
--header 'sessiontoken;'
[
{
"id": 0,
"parentId": 0,
"name": "string",
"slug": "string",
"description": "string",
"image": "string",
"stockCount": 0,
"photoData": [
"string"
]
}
]