Post a test message to the webhook
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/webhooks/test \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "eventType": "<string>" }'
{ "messageId": "<string>" }