refactor: reorganize modules and add Linux build tooling
This commit is contained in:
9
module/base/mgt/test/user_del_role.http
Normal file
9
module/base/mgt/test/user_del_role.http
Normal file
@@ -0,0 +1,9 @@
|
||||
POST http://rest.apinb.com/mgt/user/del_role
|
||||
Content-Type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"user_id": 1,
|
||||
"role_id": [1]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user