curl --request POST \
--url https://api.dnsradar.dev/webhooks/{webhook_id}/test \
--header 'X-Api-Key: <api-key>'{
"message": "<string>"
}Send a test payload to the webhook endpoint.
curl --request POST \
--url https://api.dnsradar.dev/webhooks/{webhook_id}/test \
--header 'X-Api-Key: <api-key>'{
"message": "<string>"
}