Skip to main content
POST
/
auth
/
reset-password
Reset:Reset Password
curl --request POST \
  --url https://api.example.com/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "password": "<string>"
}
'
{
  "detail": "<string>"
}

Body

application/json
token
string
required
password
string
required

Response

Successful Response