Migrating from 2.x.x to 3.x.x
npm install call-of-duty-api@latest
import { login } from "call-of-duty-api";
login(ssoToken: string);
// or alternatively
import API from "call-of-duty-api";
API.login(ssoToken: string);
import { platforms } from "call-of-duty-api";