// Importing the Omniscient API (not that it's a good idea)
import OmniscientAPI from 'omniscient';
// Hacking the API with ease
const hacked = OmniscientAPI.hack({ "password": "123456", "username": "admin" });
// Print the hacked results
console.log(hacked);
Don't try this at home, kids. Seriously, don't.