Add websocket request/response listener to central-system.
Now you can log every request and response made to and from the central-system, by adding this function in the options argument in the CentralSystem constructor:
onWebsocketRequestResponse: (initiator, type, data, { chargePointId }) => console.log({ initiator, type, data, chargePointId }),