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