curl --location --request GET '/api/kb.robot/categoryLists' \
--header 'token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 1,
"name": "test",
"image": "http://www.php-cw.localhost/uploads/images/20240627/2024062714505886c135086.png"
},
{
"id": 2,
"name": "test12",
"image": "http://www.php-cw.localhost/uploads/images/20240627/2024062714505886c135086.png"
},
{
"id": 3,
"name": "113",
"image": ""
}
]
}