{
"id": "uuid-electronics",
"name": "Electronics",
"slug": "electronics",
"description": "Electronic devices and accessories",
"image": "https://cdn.example.com/images/electronics.png",
"parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
"created_at": "2019-08-24T14:15:22Z",
"updated_at ": "2019-08-24T14:15:22Z",
"children": [
{
"id": "uuid-computers",
"name": "computers",
"slug": "computers",
"description": "Desktop and portable computers",
"image": "https://cdn.example.com/images/computers.png",
"parent_id": "uuid-electronics",
"created_at": "2019-08-24T14:15:22Z",
"updated_at ": "2019-08-24T14:15:22Z",
"children": [
{
"id": "uuid-laptops",
"name": "Laptops",
"slug": "laptops",
"description": "Portable computers for everyday use",
"image": "https://cdn.example.com/images/laptops.png",
"parent_id": "uuid-computers",
"created_at": "2019-08-24T14:15:22Z",
"updated_at ": "2019-08-24T14:15:22Z"
}
]
}
]
}