Files
full/module/base/mgt/test/pmn_create.http

17 lines
341 B
HTTP

POST http://rest.apinb.com/mgt/pmn/create
Content-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"title": "",
"title_en": "Test Permission",
"code": "test:permission",
"workspace": "ops",
"description": "",
"parent_id": 0,
"menu_path": "/test",
"menu_icon": "test",
"type": 1
}