REST API Integration not updating / scanning

Hi All

Looking for some help. Seems that using a REST API is simple enough to configure everything and mapped it all and got the initial “state” / result through as expected. But it never updates again.
I have added it as a platform in my configuration.yml

  - platform: rest
    scan_interval: 60
    resource: https://xxxxxxxxxxxxx.homeassistant.rocks
    name: Main Water Meter Kiloliters
    value_template: "{{ value_json.Value }}"

I read that the interval is in seconds.

I tried adding scan_interval, but no success, and nothing in the logs. Check it in my postman and the API is working fine.

Nothing in the logs anywhere that I can see from GUI…

Any suggestions?

Got it working by using this flag:

force_update: true