feat(api): add v2 send event endpoint (#4724)
## Description
adds a send event endpoint to the v2 api and cli/mcp.
mono side pr is [here](https://github.com/inngest/monorepo/pull/8185).
## Release note
Added a send event endpoint to the v2 rest api, cli and mcp.
`POST` `/v2/events`
```
inngest api --prod send-event \
--name "app/user.created" \
--data '{"userId":"user_123","email":"ada@example.com"}' \
--id "user-created-user_123"
```
## Migration note
None.
*[Check our Pull Request
Guidelines](https://github.com/inngest/inngest/blob/main/docs/PULL_REQUEST_GUIDELINES.md)* J
Jacob Heric committed
561214639fa444db60d3dbe19cf10278343ff455
Parent: 1f91829
Committed by GitHub <noreply@github.com>
on 8/19/2026, 2:47:20 PM