{
"pid": 0,
"path": "/api/test",
"type": 1,
"icon": "fa-user",
"method": "get"
}
curl --location --request POST 'http://localhost:7001/api/permissions' \
--header 'Content-Type: application/json' \
--data-raw '{
"pid": 0,
"path": "/api/test",
"type": 1,
"icon": "fa-user",
"method": "get"
}'
{}