x-api-key: ********************curl --location --request PUT '/public/teams/webhook/test' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://yoursite.com/webhook",
"eventType": "Reply Received"
}'