📄️ Submit analytics events
Submit 1 to 100 analytics events in one request. The API handles each batch as a single unit and never partially accepts a batch. A `202 Accepted` response means every event passed validation and received a durable queue acknowledgement; `accepted` therefore matches the number of submitted events. A `422 Unprocessable Entity` response means the entire batch was rejected before publication. Its message identifies the invalid value using an `events[index].field` path so you can correct and resubmit the batch.