curl --location '//api/billing/webhooks/' \ --header 'Content-Type: application/json' \ --data '{ "property1": "string", "property2": "string" }'
{ "message": "string", "duplicate": true, "event_id": "string" }