[n8n] Implement Generic Entity CRUD Operations
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3575099. -->
Reported by: [smulvih2](https://www.drupal.org/user/795442)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Implement generic Drupal entity CRUD operations via JSON:API.</p>
<p>Replace user-specific CRUD operations with generic entity-based CRUD support to allow creation, retrieval, update, and deletion of any Drupal entity type via JSON:API.</p>
<p><strong>Scope:</strong></p>
<ul>
<li>Add dynamic entity type lookup</li>
<li>Add bundle selection support</li>
<li>Implement Create, Read, Update, Delete operations</li>
<li>Support GET single and GET collection</li>
<li>Handle proper payload formatting</li>
</ul>
issue