import requests
json = {"domain": "https://www.footlocker.com/en/category/womens/shoes.html?currentPage=1"}
res = requests.post('http://127.0.0.1:8080/datadome', json=json)
print(res.text)
This is what I write the py file, is there anything wrong? Why I can only get the "Failed to Generate Cookie" info?