@@ -0,0 +1,16 @@
let opzioni = {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
"username": "admin",
"password": "admin"
})
}
let res = await fetch(url, opzioni);
The note is not visible to the blocked user.