$.ajax({ type: 'POST', url: '/test', data: { abc: 123 }, success: function(resp) { } });
$.ajaxSetup({ data: { foo: 'bar' } });