var get = localStorage.getItem("token"); var token = JSON.parse(get);
function myfun(){ fetch(url,{ method: \'POST\', headers:{