Dashboard live update

Hello community,
I’ve built a dashboard in Metabase. One of the cards uses a native query, and I’m successfully updating that query via the API. Everything works up to that point.
However, when I view the card on the dashboard it appears 'static', it doesn’t reflect the updated query until I manually refresh the page or open the card. I’d like the card to update immediately once the API returns a success response (without needing a manual refresh).
Is this behavior possible? Thanks in advance for your help.

we use a middleware pattern without any webhooks, which means that unless the page refreshes, you won’t see any changes to the query or results in dashboards