cURL
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.
Reset the user password.
Password reset request.
Password of the user.
8 - 64
"super-secret"
Token to verify
"tDCVsHnzeOj278GIT85xU0s_"
OK