Recaptcha v2

Hello, I am working on an automation to download an invoice from a URL that requires reCAPTCHA V2. After clicking the checkbox, a button is enabled to download the PDF invoice. I am currently using the 2captcha service through the HTTP module to solve the checkbox, and I successfully get the token to activate the button. However, I am unsure where to send the token, as sending it to the original URL just reloads the same page. Does anyone know how to configure this? Thank you very much.