I need to send an API request to a website which uses HCaptcha enterprise. Currently when I press submit on a form it may or not show a captcha modal, and once the captcha has been successfully completed a request is sent to the endpoint with my username, password and the token returned by Hcaptcha api. Is there any way to automate this process, or is it currently impossible? I am willing to complete the captcha myself, I just need a way to make the request via code. I tried injecting a clone of the captcha element in the page and completing it; I got a token after completing the challenge but it doesn't pass the endpoint validation