token: ********************
curl --location --request GET 'http://cmi-api.gleg.site/api/supplier-categories' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"pid": 0,
"path": "string",
"name": "string",
"is_editable": true,
"is_leaf": true,
"children": [
{}
],
"level": 0
}
]
}