$.ajax(
{
url: "https://104.131.103.113:8890/login",
type: "POST",
data: {
username: "teste",
password: '123456',
pushtoken:'241241',
imei: '54764721',
aparelho: 'iSAMSUMG G5Berry',
platform: 'iOS'
},
success: function(response){
console.log(response);
}
});