fetch("http://localhost:8010/api/UserConfig/GetUsers",{"method":"GET","body":null,"headers":{"authorization":"Basic " + btoa(JSON.stringify({"li":"administrator","pd":"superadmin"}))}}).then(response=>response.json()).then(data=>{console.log(data)}).catch(e=>{console.log(e)})