PAPI
API ReferenceAuthentication

Reset Password

POST
/auth/reset-password

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/auth/reset-password" \  -H "Content-Type: application/json" \  -d '{    "new_password": "string",    "token": "string"  }'
{
  "message": "string"
}
Empty