I am using the PostgreSQL http plugins to access a REST API endpoint that requires an API key. What would be the recommended way to store the API key encrypted but then decrypt when calling the API? Everything is happening in the database, no backend or fronted library.