Here is a quick script, that gives all the samples, can go ahead and create the entities needed, alongside the samples on a new app:
const _ = require('lodash');
const fetch = require('node-fetch');
const samples = require('./samples');
const TOKEN = 'CHANGE_ME';