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