export default async function(name, teamname, lang) { return await this.callApi('/api/createGame', { name, teamname, lang, }) }