curl --location 'https://console.nezhachuhai.com/v1/admin/permissions' \
--header 'Authorization: Bearer 1_1' \
--header 'Content-Type: application/json' \
--data '{
"parentIds": [
1
],
"name": "name",
"path": "123456",
"type": "btn",
"sort": 1,
"isLink": false,
"component": "/home",
"meta": {
"title": "string",
"icon": "string",
"isHide": true,
"isKeepAlive": true,
"isAffix": true,
"link": "string",
"isIframe": true,
"perm": "string"
}
}'{
"code": 0,
"msg": "success",
"data": "返回数据"
}