I am not extremely familiar with JavaScript, so I'm having trouble sending captcha requests to the 2Captcha API. Is there an easier workaround for this? Or will I need to experiment with node modules? Please advise.
@Fox Hey sorry i edited my reply, I got it to work, the post_data was the same data as header property "x-super-properties" which was jumbled data but all i had to do was base64 decode it now the data is correct
Edit : After digging further i found the problem . I had selected "ON" in the Sandbox option in my 2captcha account. This was giving me the error
Now it works