curl --location '/api/v1/auth/forgot_password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'{
"success": true,
"data": {
"message": "If the email exists, password reset instructions have been sent"
}
}