Reset password

Reset:Reset Password

post
Body
tokenstringRequired
passwordstringRequired
Responses
200

Successful Response

application/json
Responseany
post
/auth/reset-password
POST /auth/reset-password HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 34

{
  "token": "text",
  "password": "text"
}

No content

Last updated