This is a simple implementation to demonstrate the idea behind webhooks.
You can use the register function in the webhooks controller to register a new endpoint to be called for a specific event.
Currently there is only an event for a created order, but you can extend it if you want.
- Start provider and client
- Register client endpoint in provider
- Send new order to providers' order creation endpoint
- The client should now print new information on the command line