curl --request POST \
--url https://api.cashful.africa/api/canary/authentication/forget-password \
--header 'Content-Type: application/json' \
--data '
{
"email": "john.doe@example.com"
}
'{
"success": {
"success": true
}
}Send a password reset email to the user
curl --request POST \
--url https://api.cashful.africa/api/canary/authentication/forget-password \
--header 'Content-Type: application/json' \
--data '
{
"email": "john.doe@example.com"
}
'{
"success": {
"success": true
}
}