curl --location --request POST '/ent/approve/config' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"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
}
}