function fetchPosts() { fetch('/posts', { headers: { 'Content-Type': 'application/json' } }) }