{
    "name":     "waveformName",
    "started":  true            /* OPTIONAL */
}

Posting this structure, the Waveform named name will result in an attempt to launch a Waveform. If started is provided and true, the server will attempt to start the Waveform as well.

The server will respond with:

{
    "launched":     "newApplicationId",
    "applications": [
        /* List of all running applications */
    ]
}