create method adds a new record to the collection.
Configuration Example
fields(array): Whitelist of fields to includerequiredFields(array): Fields that must be providedexcludedFields(array): Fields to exclude from creation
Implementation Examples
REST API Mapping Implementation (Recommended)
File:create.rest.yml
Operation Mapping Implementation
File:create.yml
JavaScript Implementation
File:create.js