Reset Password
Reset password with token from email.
Reset password with token from email.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/auth/reset-password" \ -H "Content-Type: application/json" \ -d '{ "confirm_password": "stringstri", "password": "stringstri", "token": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}