cURL
curl --request POST \ --url https://api.mkinf.io/v0.1/auth/request-password-reset \ --header 'Content-Type: application/json' \ --data '{ "email": "example@mkinf.io" }'
{ "message": "Password reset requested. You should receive an email with the link to reset your password." }
Request the reset of your password using the email
The response is of type object.
object