curl --request POST \
--url http://localhost/mogl/mogl-backend/api/forget-password \
--header 'Content-Type: application/json' \
--data '
{
"email": "user@example.com"
}
'Send password reset link to user email. Rate limited to 8 requests/minute.
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.
"user@example.com"
Reset link sent