curl --location --request POST 'https://mapi.lamhongquan.com/eip/partner/email/send' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientRequestId": "{{UUID}}",
"messages": [
{
"from": "user1@example.co",
"to": [
"user2@example.com",
"user3@example.co"
],
"cc": [
"user4@gmail.com",
"user5@example.co"
],
"bcc": [
"user6@example.co",
"user7@example.com"
],
"subject": "MessageHub Support",
"content": {
"type": "text/html",
"value": "<html><body style=\"font-family: Arial, sans-serif;\"><h2 style=\"color:#2563eb;\">Welcome to MessageHub 🎉</h2><p>Hello <b>Khoa</b>,</p><p>Welcome to <b>MessageHub VNA</b>.</p><p>Your service is now active.</p><hr><small>This is an automated email. Please do not reply.</small></body></html>"
},
"attachments": [
{
"content": "PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KCiAgICA8aGVhZD4KICAgICAgICA8bWV0YSBjaGFyc2V0PSJVVEYtOCI+CiAgICAgICAgPG1ldGEgaHR0cC1lcXVpdj0iWC1VQS1Db21wYXRpYmxlIiBjb250ZW50PSJJRT1lZGdlIj4KICAgICAgICA8bWV0YSBuYW1lPSJ2aWV3cG9ydCIgY29udGVudD0id2lkdGg9ZGV2aWNlLXdpZHRoLCBpbml0aWFsLXNjYWxlPTEuMCI+CiAgICAgICAgPHRpdGxlPkRvY3VtZW50PC90aXRsZT4KICAgIDwvaGVhZD4KCiAgICA8Ym9keT4KCiAgICA8L2JvZHk+Cgo8L2h0bWw+Cg==",
"filename": "index.html",
"type": "text/html",
"disposition": "attachment"
}
]
}
]
}'