How to get access to the Trust Stack API and SDK.
import { TrustStack } from '@truststack/core'; const truststack = TrustStack.configure({ accessToken: '<access_token>' });