10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/user/del_role
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"user_id": 1,
|
||
|
|
"role_id": [1]
|
||
|
|
}
|
||
|
|
|