Reset the user password.
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.
Password reset request.
The body is of type object.
object
OK