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"
}
'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
email
string<email>
required
Example:

"user@example.com"

Response

Reset link sent