Calling the following query but getting the below error. The ShipHero status page says everything is fine.
{
user_quota{
credits_remaining
max_available
increment_rate
}
}
{
“errors”: [
{
“message”: “Unexpected Error”,
“operation”: “user_quota”,
“field”: “user_quota”,
“request_id”: “60ad74cc39506e72072c0050”,
“code”: 22
}
],
“data”: {
“user_quota”: null
}
}