/******* Do not edit this file ******* Woody Code Snippets CSS and JS Saved: Apr 17 2023 | 07:49:13 */ var $ = jQuery; $(document).ready(function () { $.ajax({ type:'POST', dataType:"json", // If response will be JSON encoded, otherwise you may leave out this line url: 'https://api-tunes.talentcloud.ai/clientpost/list', success: function(data) { console.log(data); } }); });