curl --request POST \
--url https://api.example.com/api/Conversation/email \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"from": "<string>",
"body": "<string>",
"to": "<string>",
"subject": "<string>"
}
'