curl --request POST \
--url https://api.cleartalk.ai/zapier/webhook \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"hookUrl": "<string>",
"campaign": "<string>",
"apiKey": "<string>"
}
'{
"id": 123,
"message": "<string>"
}curl --request POST \
--url https://api.cleartalk.ai/zapier/webhook \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"hookUrl": "<string>",
"campaign": "<string>",
"apiKey": "<string>"
}
'{
"id": 123,
"message": "<string>"
}