How to bypass reCAPTCHA?

I have an endpoint for login and I pass that endpoint email and password. Then, I needed a Google reCAPTCHA implementation and now I also pass a token parameter g-recaptcha-response in addition to email an password and the login request cannot pass as it does not a valid token.

So, is it possible to bypass Google reCAPTCHA validation without changing backend code on Postman e.g. authentication type?

4 Likes