Send to Cadence

curl --location --request POST 'https://apig.kixie.com/app/event?apikey=xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
  "businessid": "xxxxx",
  "target": "+18055583059",
  "displayname": "test 1234",
  "eventname": "cadence",
  "action": "remove",
  "cadenceid": 443,
  "apikey": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}'