10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/role/create
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"name": "测试角色",
|
||
|
|
"description": "这是一个测试角色描述"
|
||
|
|
}
|
||
|
|
|