curl --location --request GET '/ent/enterprise/target' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization;' \
--header 'X-Requested-With;'
{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"entid": 0,
"path": [
0
],
"name": "string",
"pid": 0,
"number": 0,
"cate": {
"pid": 0,
"id": 0,
"name": "string"
}
}
],
"count": 0
}
}