curl --location --request GET 'http://localhost:8000/category/category?q'{
"code": 0,
"result": [
{
"id": "string",
"breadcrumbs": [
[
"string"
]
],
"name": "string",
"description": "string",
"icon": "string",
"type": "GENERIC",
"parentCategoryId": "string",
"uid": "string"
}
],
"error": "string"
}