fetch(new Request('url',{
method:'POST',
headers: {'Content-Type': 'application/json'},
body:"{"test":["test"]}"
})).then((resp)=>{console.log(resp)})
fetch(new Request('url',{
method:'POST',
headers: {'Content-Type': 'application/json'},
body:"{"test":["test"]}"
})).then((resp)=>{console.log(resp)})
console.log("talk is cheap, show me you code.")