curl --location 'https://mock.apidog.com/m1/1364933-0-default/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "john.doe@example.com"
}'{
"success": true,
"message": "We have emailed your password reset link.",
"data": null
}