reset password
POST
/user/reset-password
Request
Body Params application/json
email
string
required
verification_code
string
required
new_password
string
required
Example
{
"email": "string",
"verification_code": "string",
"new_password": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/user/reset-password' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
🟠422Unprocessable Content
Modified at 2023-12-19 17:03:08