const resp = await fetch(`/posts/suggested-edit/${editId}/approve`, {
      method: 'POST',
      credentials: 'include',
      headers: {
        'Content-Type': 'application/json',