Im at the very last part of checkout for a bot. When I enter the information I constantly receive a 428 error.
"sec-cp-challenge": "true",
"provider": "crypto",
"branding_url_content": "%2fstatic%2fbot%2fchallenge%2findex.html",
"chlg_duration": 30
Here is a sample of the code used in checkout
headers = headers
cookies=cookies
data = data
response = session.put("https://api.nike.com/buy/checkouts/v3/" + ID, headers=headers, cookies=cookies, json=data)