The webhook-endpoint object
A webhook-endpoint describes the endpoint on your side that will receive events from your Lucca account.
It must handle HTTPS and support POST requests.
It should always check the signature of received events in order to increase security.
It should respond as fast as possible, otherwise, the server may stop sending it events.
Please refer to the webhooks documentation to learn more about webhook-endpoints.