Create records (bulk)
Storage - Records
Create records (bulk)
Insert multiple model rows in one call. Body: { modelUuid, records: [{ data }, ...] }.
POST
Create records (bulk)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Shape: { modelUuid, records: [{ data }, ...] } where each data is a row payload.
Response
Successful response
Inserted records as returned by storage.

