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
}
}Documentation Index
Fetch the complete documentation index at: https://docs.cashful.africa/llms.txt
Use this file to discover all available pages before exploring further.