{
"groupId": "d32a609b-462f-48ed-9fbd-0eae4117535e",
"path": "d32a609b-462f-48ed-9fbd-0eae4117535e/about",
"userOrRole": "root",
"permission": "read"
}
curl --location --request POST 'http://47.92.1.39:8005/permission/addPathPermission' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "d32a609b-462f-48ed-9fbd-0eae4117535e",
"path": "d32a609b-462f-48ed-9fbd-0eae4117535e/about",
"userOrRole": "root",
"permission": "read"
}'
{
"success": true,
"errCode": null,
"errMessage": null
}