curl --location 'http://localhost:3000/api/v1/auth/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "michele_armstrong@gmail.com"
}'{
"status": "success",
"message": "We have sent you a password reset link. Please check your email.",
"data": {
"request_after": "2026-07-14T11:33:58.648Z"
}
}