Skip to main content
POST
/
forget-password
Request password reset
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/forget-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "user@example.com"
}
'

Body

application/json
email
string<email>
required
Example:

"user@example.com"

Response

Reset link sent