cURL
curl --request POST \ --url https://api.soharhealth.com/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "https://www.google.com" }'
{ "url": "https://www.google.com", "endpointId": "ep_2pqPuj665SJeVw8DkU3pkZq1njL", "events": [] }