Test Authentication
Manually test the token exchange process

Option 1: Use Server-Side Exchange

The authorization code should be a long random string, not your client ID

Option 2: Manual Token Request

Note: This test will fail because it doesn't include the client secret, which can only be accessed server-side. It's just to check the request format.