$.ajax({
url: ``,
type: 'GET',
dataType: 'json',
data: {},
beforeSend: function() {
},
error: function(error) {
},
success: function(response) {
}
});