11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/reset
|
||
|
|
Content-Type: application/json
|
||
|
|
|
||
|
|
{
|
||
|
|
"account": "root",
|
||
|
|
"phone": "13800000000",
|
||
|
|
"code": "123456",
|
||
|
|
"password": "newpassword123"
|
||
|
|
}
|
||
|
|
|