How to receive webhook data in reactjs and nodejs

I have a task to get the data passed in a webhook. This webhook is from weTravel and I have setup the endpoints to get data when a customer purchases the travel package of the person who gave me this task.

I have been looking for a way to go about this.