axios.post("https://steamcommunity.com/tradeoffer/5188600819/accept",{
headers:{
"Referer":"https://steamcommunity.com/tradeoffer/5188600819/",
"cookies":{"steamLoginSecure":"-----","steamMachineAuth-----":"------","steamLogin":"-----","sessionid":"-----",}
},
form:{
"tradeofferid":5188600819,
"partner"://partner id ,
"serverid":1,
"captcha": "",
}
})
.then((res)=>{
console.log(res)
})
//so i can see the request data after before it ends
setTimeout(()=>{console.log("test")},100000);
i come up with this and still get a 403 this is correct right? the cookies are in the cookie header