Issue with setting up Custom Auth (OAuth 2.0) with Twitter API V2

Hey all!

I'm trying to create a Retool resource for Twitter API v2 using Custom Auth.

I am making an API request to GET oauth2/authorize, and upon successful authentication, the redirect_uri would contain an auth_code parameter.

However, when I make the GET request, I do not get any redirect_uri in the headers nor the body.

Any help would be much appreciated!