curl --location --request POST 'https://api.plusvibe.ai/api/v1/unibox/emails/reply?workspace_id' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"reply_to_id": "66b9d78ff91fabf920f6964d",
"subject": "Re: Summer Promotion Campaign",
"from": "sender@account.com",
"to": "client@example.com",
"body": "Please see the video link attached.",
"cc": "cc@example.com",
"bcc": "bcc@example.com"
}'
{
"status": "success",
"id": "66b9d78ff91fabf920f6964d"
}