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