request.post({
headers: {'content-type':'text/json', 'PddToken':'мой_админский_токен'},
url: 'https://pddimp.yandex.ru/api2/admin/dns/edit?domain=мой_домен&record_id=ид_записи&content=нужный_ip'
}, function(error, response, body){
console.log(body);
});