response.getInt() is not reading any value from the JSON data
I am trying to display the values from my api into the textview with "token request" but no data is being read from my JSON data. I tried using different api data, then it is working. I think the problem is either with my codes or the Api that I am using. May anyone help me with this?
I am new to kotlin and it is really difficult to find help from other sources.
the Json file need a token request. It then checks the status.. if it is "success" then the data can be accessed
if possible can...