curl --location 'https://api.plusvibe.ai/api/v1/unibox/emails/send?workspace_id=undefined' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "Quick question",
"from": "sender@account.com",
"to": "anyone@example.com",
"body": "<p>Hello there.</p>",
"cc": "cc@example.com",
"bcc": "bcc@example.com"
}'{
"status": "success",
"id": "66b9d78ff91fabf920f6964d"
}