cURL
curl --request POST \ --url https://app.govly.com/api/v2/webhooks \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "url": "<string>", "events": [ "<string>" ], "headers": {} } '