BX.rest.callMethod('im.notify.personal.add', {USER_ID: 1, MESSAGE: 'Test'}, function(result){
if(result.error){
console.log(result.error());
}else{
console.log(result.data());
}
});
error "WRONG_AUTH_TYPE"
error_description "Access for this method not allowed by session authorization."