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

14 lines
246 B
Plaintext
Raw Permalink Normal View History

POST http://rest.apinb.com/mgt/user/modify
Content-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"id": 1,
"name": "修改后的用户名",
"phone": "13800000002",
"email": "modified@example.com",
"avatar": "",
"status": 1
}