secret
included in the temp URl from the Email sent by Send reset password email.{
"password": "P@ssw0rd",
"secret": "XR3EdrZXoi5jDAXJUt9yLn85WWMYmmhK"
}
curl --location --request PATCH '/user/reset/lpua' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "P@ssw0rd",
"secret": "XR3EdrZXoi5jDAXJUt9yLn85WWMYmmhK"
}'
0
- Success.{
"data": {
"id": "6JIo",
"email": "Randall63@gmail.com",
"nickname": "Johnny Zhang",
"created_at": "2023-08-06T19:21:59+08:00",
"anonymous": null,
"group": {
"id": "1AI8",
"name": "Admin",
"permission": "/f8B",
"direct_link_batch_size": 10,
"trash_retention": 864000
},
"status": "manual_banned",
"avatar": "file",
"preferred_theme": "#131313",
"credit": 69,
"language": "en-US"
},
"code": 0,
"msg": ""
}