Below is my code
with open(r"https:/github.com/PhonePe/pulse/blob/master/data/aggregated/transaction/country/india/2018/1.json", "r") as j:
data=j.read()
print(data)
I am trying to fetch transaction details from phonepe , but I am getting the following error