"folderId": "KMUFMKTBHINM4",
"newDescription": "New Description",
body: JSON.stringify(data),
fetch("http://localhost:41595/api/folder/update", requestOptions)
.then(response => response.json())
.then(result => console.log(result))
.catch(error => console.log('error', error));