post https://{workspaceId}.clinia.cloud/sources//v1/bundle
Send a bundle of operations, including resource and relationship operations, to be processed atomically by the system.
Notes:
- Order of Processing: Resource operations are executed first, followed by relationship operations.
- Atomicity: The system processes the entire bundle as a single atomic transaction.
- If all operations succeed, the changes are committed.
- If any operation fails, all operations are rolled back, ensuring no partial changes.