javascript fetch method not updated data from the url [closed]

Why use the fetch method in javascript when fetching to something like this http://localhost:4000/api/v1/auth/status when the data in that address change but the data return not changing still old data?
how to fix this problem?