curl --location --request GET 'https://kycapizone.in/api/v3/email/send_email_api.php?api_key=YOUR_VALID_API_KEY_HERE&to=customer@example.com&subject=Your Order %2312345 is Confirmed&message=<h2>Hello Customer,</h2><p>Your order has been placed successfully.</p>&sender_name=My E-commerce Store&reply_to=support@mystore.com'{
"success": true,
"status_code": 200,
"message": "Email sent successfully",
"txn_id": "MAIL17094012348542",
"remaining_balance": 45.80
}