Is there a way to authenticate with the Astronomer platform via a graphql call?

Is there a way to authenticate with the Astronomer platform via a graphql call?

Still working on a way to do direct auth via graphql, but CURL requests can be authenticated by adding the service account API key as an auth header:

curl -H 'Authorization: <service_token> ....