You need to create API_KEY. You can do it in Fortmatic dashboard.
npm install @web3-wallets-kit/fortmatic-connector
import { FortmaticConnector } from '@web3-wallets-kit/fortmatic-connector';
const connector = new FortmaticConnector({
apiKey: 'API_KEY or TEST_API_KEY',
network: 'kovan',
});