curl --request POST \
--url http://api.local.mailrado.com/api/webhook/transactional/ \
--header 'X-COCOONMAIL-API-KEY: <API Key>' \
--header 'Content-Type: application/json' \
-- data '{
"transactional_id": "<integer>",
"email": "<string>",
"email_properties": "{}",
}