/updatepassword
ใช้สำหรับการ update password เมื่อผู้ใช้กด Reset password link แล้วกรอกรหัสผ่านที่ต้องการเปลี่ยนเรียบร้อยแล้ว
Method POST
content-type application/json
Request
{
"newPassword" : "test",
"confirmNewPassword" : "test",
"token" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Im5lZ29tb3I2NzFAeGl0dWR5LmNvbSIsImlhdCI6MTY2MjEzNDA5OCwiZXhwIjoxNjYyMTM0OTk4fQ.9Cc-i-SIEfiKcw32km_hPvXnGuOSqKHjQlpPHLTuYVw"
}
- success
- fail
Response
{
"message": "Your password has been changed.",
}
Response
{
"message": "Incorrect token or it is expired.",
}