load the dict as a variable "data" then extract the values for the key "values"
iterate over the resulting list to get each dict and getthe value for the key "token"
values = data["values"]
for item in values:
print(item["token"])
which provides:
35013
35025
35012