How to authenticate API calls with a Bearer token 📰

API calls may authenticate via an API key and bearer token

X-Imagen-API-Key [api key goes here]
Authorization Bearer [bearer token goes here]

The above are added to your REST call as headers