I am displaying data from another application so when the new data added to that app i want my application get that data and update the UI with the latest data. I am using webhook to get the newly added data and then storing that on my application DB. But can’t show the updated data until reload.