Forgot Password
POST
https://gestion-bibliotique-pfe.netlify.app/api/clients/forgot-password
Maintainer:Nassim MZILI
@access Public
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gestion-bibliotique-pfe.netlify.app/api/clients/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "Jerald75@gmail.com"
}'
Response Response Example
200 - Success
{
"success": true,
"message": "Reset password link sent to your email",
"data": null
}
Request
Body Params application/json