fetch('',{ method:'POST', headers:{ 'content-type': 'application/json' }, body:JSON.stringify(users) }) .then(res=> res.json()) .then(data => console.log(data))
- Extending a database through an append operation.