Full API Implementation inside NodeJS Module
More info at https://api.xteam.xyz/ Get APIKEY here https://api.xteam.xyz/register
import { API: XTeam } from 'xteam-api'
// Set Your APIKEY
XTeam.apikey = 'your-apikey'
TTP
const json = await XTeam.free.ttp('hello')
ATTP
const json = await XTeam.free.attp('hello')