Explore a live preview of the project here.
Public
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"
}'
{
"success": true,
"message": "Reset password link sent to your email",
"data": null
}