Hi, I’m trying to run a simple Dashboard REST API requests and getting `HTTP 401: Unauthorized` error in any response.
In particular, I’m calling `GET` https://amplitude.com/api/2/users with `Authorization` header set to `Basic aapi_key]:ksecret_key]`. API key and secret key are obtained from https://analytics.amplitude.com/....]/settings/projects/e...]/general.
It works as if my API key pair is invalid.
What am I missing?