curl --location '/api/v1/knowledge/categories?id=undefined&type=undefined'{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"code": "string",
"name": "string",
"description": "string",
"is_builtin": true,
"created_at": 0,
"updated_at": 0
}
]
}