curl --location '/delivery/e-mail/test-send' \
--header 'Content-Type: application/json' \
--data '{
"recipients": [
null
],
"assets": [
null
],
"variables": {},
"permId": "string",
"name": "string",
"tags": [
null
]
}'{}