POST
/
v1
/
users
/
reset
curl --request POST \
  --url https://api.ziplink.click/v1/users/reset \
  --header 'Content-Type: application/json' \
  --data '{
  "password": "super-secret",
  "token": "tDCVsHnzeOj278GIT85xU0s_"
}'
This response does not have an example.

Body

application/json

Password reset request.

The body is of type object.

Response

200

OK