JSFiddle - React, Tailwind, and code Playground
by jomanlk
JavaScript
$.post('https://api.instawell.com/index.php/v1/auth/token',
{email : 'YOUREMAILHERE', password : 'YOURPASSWORDHERE'}, function(response){
alert(response.token)
});