GraphQL API access failing

Attempting to access the GraphQL API at:

https://public-api.shiphero.com/graphql

All POST queries are returning:

“Unexpected error. Please contact a system administrator.”

sample:
query {
uuid(legacy_id:115104427, entity: Order) {
data {
legacy_id
id
}
}
}

I am including the bearer token returned by https://public-api.shiphero.com/auth/token

Hi @jerleng !
How are you formating your Authorization header?
Should look something like this:

{“Authorization”: “Bearer TOKEN”}