data object, wrapped in a Category object together with its Attachments. Requires a permission that grants access to viewing products.curl --location --globoff 'https://.daftra.com/api2/product_categories/12.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"Category": {
"id": 12,
"name": "Accessories",
"description": "string",
"category_type": 1,
"parent_id": 0,
"image": "string",
"display_order": 0,
"created": "2018-05-10 00:42:00",
"modified": "2018-05-12 13:05:06"
},
"Attachments": [
{}
]
}
}