curl --location -g --request GET 'http:///V1/categories/list'
{
"items": [
{
"available_sort_by": [
"string"
],
"children": "string",
"created_at": "string",
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
],
"extension_attributes": {},
"id": 0,
"include_in_menu": true,
"is_active": true,
"level": 0,
"name": "string",
"parent_id": 0,
"path": "string",
"position": 0,
"updated_at": "string"
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}