Serverdi manzili yozilmaptiku. fetch("http://localhost:PORT/Home/GetData/ ....
fetch('http://localhost:44362/Home/GetData', {
method: 'POST',
body: JSON.stringify("hello"),
headers: {
'Accept': 'application/json; charset=utf-8',
'Content-Type': 'application/json;charset=UTF-8'
}
}).then(res => console.log(JSON.stringify(res))).catch(er => console.log(er));