Hello i've been working in an electron application, and decided to add an feature that complete faucets like the cryptocurrency ones that you need to solve an captcha and get rewarded X amount in crypto, i am making an api request to the website in which i want to claim the faucet, then communicating with the 2captcha API to solve the captcha but i need to especify my apikey in order to communicate with the 2captcha API and as im going to distribute this product i dont want anyone to unpack my app.asar and find out what my apikey is or anything like that, what is the best workaround or what should i do in this case to hide this sensitive information?
this is what communicating with the captcha API looks like by the way
const solver = new Captcha.Solver('apikey')