Authorization: Bearer ********************curl --location --request POST 'https://api.pitside.app/email//send' \
--header 'activeTeamId;' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"subject": "string",
"textBody": "string",
"recipients": [
{
"user": {
"id": "string",
"username": "string"
}
}
],
"isSent": true,
"isDraft": true,
"sentAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z"
}