untitled notebook

node v10.24.1
version: 1.0.0
endpointsharetweet
var request = require("request"); var options = { method: 'POST', url: 'https://api.meio.com.br/v1/quartz/signin', headers: { 'Postman-Token': '6b211133-4ac1-4ba7-a543-a3aa2439043b', 'cache-control': 'no-cache' }, body: '{\n\t"partnerId": "fe1b7740-1b83-4db6-88f9-b694ebbb0ab9",\n\t"userId": "34138605851"\n}' }; request(options, function (error, response, body) { if (error) throw new Error(error); console.log(body); });
Loading…

no comments

    sign in to comment