StreamBody
sourceIdstringrequired
Id of the source sending the data.
Example: 
connectionIdpayloadobjectrequired
Data to be streamed
dry_runboolean
If true, perform a dry run without actually streaming data
StreamBody
{
  "sourceId": "connectionId",
  "payload": {},
  "dry_run": true
}