// set the global attenuation_coefficients
await fetch(space_url(''), {
method: 'POST',
headers: {
'Content-type': 'application/json; charset=UTF-8' // Indicates the content
},
body: JSON.stringify({
'global-attenuation': 1.0
})
});