I have 1 json file: { "clicks": 0 }
{ "clicks": 0 }
I\'m trying to retrieve the data from it and then update it. The GET works, but the PUT does not.
I use