12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/role/fetch
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"page": 1,
|
||
|
|
"size": 10,
|
||
|
|
"keyword": "",
|
||
|
|
"status": 1
|
||
|
|
}
|
||
|
|
|