✓ Authorization Code Received!
Copy this code and run on your server to get access token:
Then run this curl command (replace YOUR_SECRET):
curl -X POST https://auth.bouncie.com/oauth/token \
-H "Content-Type: application/json" \
-d '{"client_id":"macqueen-map","client_secret":"YOUR_SECRET","grant_type":"authorization_code","code":"","redirect_uri":"https://macqueenmap.cidtek.net/"}'