Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

token

node v18.11.0
version: 8.0.0
endpointsharetweet
const axios = require('axios') var url = process.env.TOKEN; axios.post(url, { "email" : "happy@junny.com", }).then(res => console.log(res.data))
Loading…

no comments

    sign in to comment