susanahernandezd
3/21/2019 - 9:52 AM

Ajax call

$.ajax({
   headers: {
      'Content-Type': 'application/json;charset=UTF-8',
      'Accept-Language': Utils.getPageLanguage()
   },
   type: "GET",
   url: 'http://servermockapi.radissonhotels.com/loyalty-api/me',
   contentType: 'application/json'
}).done(function(response, textStatus, jqXHR) {
   console.log('response: ', response)
});