{
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"menuName": "string",
"remark": "string",
"viewIndex": 0,
"iconPath": "string",
"featureGroupCode": "string",
"permissionCode": "string",
"menuType": "string"
}
curl --location --request POST '/blackHole3D/basic/permission/createFeature' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"menuName": "string",
"remark": "string",
"viewIndex": 0,
"iconPath": "string",
"featureGroupCode": "string",
"permissionCode": "string",
"menuType": "string"
}'
{
"isSuccess": true,
"errMsg": "string"
}