curl --location --request GET '/adminapi/authority/authority/getAllAuthority' \
--header 'X-Shop-Id: 0'
[
{
"name": {
"empty": true
},
"id": 0,
"parentId": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"weight": {},
"empty": true,
"property1": {},
"property2": {}
}
]