Describe the bug
Other connectors support multiple objects insertion by using [].
To Reproduce
POST /events
{"type":1, "comment": "NewEvent"}
and
POST /events
[ {"type":1, "comment": "NewEvent"}
{"type":1, "comment": "NewEvent1"}
{"type":1, "comment": "NewEvent2"}
]
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.