dance shit

node v14.20.1
version: 1.0.0
endpointsharetweet
const axios = require('axios') const res = await axios.post( 'https://release-jdns-360.justdancenow.com/hello', "text=Hello&firstPartyId=g11071027299393037995&lang=en", { headers: { "content-type": "application/x-www-form-urlencoded", "x-platform": "android" } }) console.log(res.data)
Loading…

no comments

    sign in to comment