curl --location '/delivery/e-mail' \
--header 'Authorization: Bearer <token> (required)' \
--header 'Idempotency-Key: <uuid> (optional)' \
--header 'Content-Type: application/json' \
--data '{
"audience": {},
"assets": [
null
],
"variables": {},
"schedule": "string",
"permId": "string",
"name": "string",
"event": "string",
"tags": [
null
]
}'{
"jobId": "1c6a3c9e-5a9f-4a79-a4c8-b27b9b0e2e22"
}