Dipsystem API

Example


$.ajax(
    { 
        url: "https://104.131.103.113:8890/alterar_perfil", 
        type: "POST", 
        data: { 
            token: "dasdasdadfasdf", 
            nome: "Marcos",
            foto_perfil: 'x4/a1/5f/x/df/s'
            antiga_senha: '123456', 
            nova_senha: '8794' }
    }, 
    success: function(response){ 
        console.log(response); 
    } 
});

Alterar Perfil Form

Valid token is required.
Valid old password is required.
Valid new password is required.
Valid nome