Starting or Stopping a Waveform
{
"started": true
}Either POST or PUT this structure; the Waveform at the URL will attempt to start or stop (if started is false).
The server will respond with:
{
"id": "applicationId",
"started": true /* or false */
}