"folderId": "KBHOIWCUO6U9I",
"folderName": "New Folder Name"
body: JSON.stringify(data),
fetch("http://localhost:41595/api/folder/rename", requestOptions)
.then(response => response.json())
.then(result => console.log(result))
.catch(error => console.log('error', error));