cURL
curl --request POST \ --url https://console.gmicloud.ai/api/v1/users/password-reset \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{}
Sends a password reset email to the user.
The request body for requesting a password reset.
User's email address for requesting a password reset.
"[email protected]"
Successfully sent password reset email.