Authorization: Bearer ********************curl --location 'https://api.ordermesh.io/catalog/v1/categories?merchantId=undefined&merchantGroupId=undefined' \
--header 'Authorization: Bearer <token>'{
"categories": [
{
"id": "trending",
"title": "Trending",
"parentId": null,
"sortIndex": 1
},
{
"id": "accessories",
"title": "Accessories",
"parentId": null,
"sortIndex": 2
}
]
}