JSFiddle - React, Tailwind, and code Playground

by Ranganadh Paramkusam

JavaScript

$(document).ready(function(){
    $.post('https://live-taxi.jelastic.servint.net/client/auth',{
            name:'Ranganadh',
            email:'[email protected]',
            sha256Password:'5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8',
            phone:'%2B918460800106',
            specialNeeds:false
        },function(d) {
            console.log(d);
    });
})