curl --location --request GET 'https://flex4upoint.co.in/api/v1/send-email?apiKey=*********&host=smtp.hostinger.com&user=sender_email&port=465&from_name=Mailer&to=Receiver_Email&subject=Test Email from Remote Server&body=<p>This email was sent using a remote PHPMailer server with validation and security.</p>&alt_body=This email was sent using a remote PHPMailer server with validation and security.'{
"status": "100",
"statusMessage": "success",
"email": "abc@gmail.com",
"message": "Message send Success."
}