{ "users": [ { "external_id": "123456", "name": "John Doe", "email": "john.doe@example.com", "phonenumber": "+1234567890", "stripe_accounts": [ { "label": "Team 1", "stripe_id": "cus_1234567890" } ], "unknown_field": "will be stripped", "custom_attributes": { "company": "Acme Inc", // will be validated and stored "unknown_attr": "will be stripped", // not in schema, will be stripped "archived_field": "error", // will cause 400 error if archived "age": "invalid" // will cause 400 error if type is number } } ]}