curl --location --request POST 'https://api.craftcart.io/api/v1/auth/forgot-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "sam@example.com"
}'{"success":true,"data":{"message":"If an account exists for that email, a reset link has been sent."},"meta":{}}