Reset Password
Reset Password
| Request Body — REQUIRED |
|---|
email email — REQUIREDUser's email to send password reset instructions. |
| Responses |
|---|
200Password reset successful |
400Bad request |
Reset Password
| Request Body — REQUIRED |
|---|
email email — REQUIREDUser's email to send password reset instructions. |
| Responses |
|---|
200Password reset successful |
400Bad request |
POST /auth/reset-password
https://api.malipopay.co.tz/api/v1curl -L 'https://api.malipopay.co.tz/api/v1/auth/reset-password' \
-H 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'