Last updated 1 year ago
ex: Bearer <Replace Token From Third Step (Select Step)>
POST /api/v1/update/UpdatePasswordInfo/Update HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 70 { "oldPassword": "text", "newPassword": "text", "confirmedPassword": "text" }
Success
{ "status": 0 }