Files
full/module/base/mgt/test/user_create.http

15 lines
271 B
Plaintext
Raw Normal View History

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
}