if I understand your answer correctly it deals with ingoing API calls to my supabase database. My question is concerned with outgoing API calls from the database functions. I had a look at the tutorial with the kanye west quotes, and my question ist now, what would I do if that kanye quotes API would require autorization via bearer token.
And how to store that token securely like in an environment variable or so...