{
"permissions": [
{
"id": "string",
"type": "account"
}
]
}curl --location '/n-agent/api/app//permissions' \
--header 'authorization;' \
--header 'referer;' \
--header 'Content-Type: application/json' \
--data '{
"permissions": [
{
"id": "string",
"type": "account"
}
]
}'{
"detail": "操作成功",
"result": "success"
}