curl --request POST \
--url https://api.useplunk.com/v1/send \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: <content-type>' \
--data '
{
"to": "<string>",
"subject": "<string>",
"body": "<string>",
"subscribed": true,
"name": "<string>",
"from": "<string>",
"reply": "<string>",
"headers": {},
"attachments": {}
}
'