curl --location 'https://kycapizone.in/api/v3/email/send_email_api.php?api_key=YOUR_VALID_API_KEY_HERE&to=customer%40example.com&subject=Your%20Order%20%2312345%20is%20Confirmed&message=%3Ch2%3EHello%20Customer%2C%3C%2Fh2%3E%3Cp%3EYour%20order%20has%20been%20placed%20successfully.%3C%2Fp%3E&sender_name=My%20E-commerce%20Store&reply_to=support%40mystore.com'{
"success": true,
"status_code": 200,
"message": "Email sent successfully",
"txn_id": "MAIL17094012348542",
"remaining_balance": 45.80
}