Authorization: Bearer ********************curl --location 'https://api.ordermesh.io/catalog/v1/categories' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Accessories",
"parentId": "trending",
"sortIndex": 1,
"hidden": false
}'{
"categoryId": "string"
}