function accounts-api () {
    curl -s -H "x-api-key: `cat ~/.accounts_api.key`" https://api.ce.tio.systems/accounts/$1 | jq .
}
$ accounts-api 781632261136
[
  {
    "id": "<id>",
    "email": "xxx@example.com",
    "masterAccountID": "xxx",
    "businessUnit": "xxx",
    "name": "xxx",
    "alias": "xxx",
    "accountPurpose": "non-prod|prod",
    "status": "ACTIVE",
    "firstSeen": "yyyy-MM-ddThh:mm:ssZ",
    "joinedMethod": "INVITED",
    "joinedTimestamp": "yyyy-MM-ddThh:mm:ssZ",
    "centralBootstrapEnabled": true,
    "centralBootstrapCanary": false,
    "tags": {}
  }
]