15 lines
271 B
Plaintext
15 lines
271 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/user/create
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"account": "testuser",
|
||
|
|
"name": "测试用户",
|
||
|
|
"password": "123456",
|
||
|
|
"phone": "13800000001",
|
||
|
|
"email": "test@example.com",
|
||
|
|
"avatar": "",
|
||
|
|
"status": 1
|
||
|
|
}
|
||
|
|
|