listenerservices.insert
POST
https://relay.bluejeans.com/api/listenerservices/
Create a new Listener Service with the given properties.
POST /api/listenerservices/ HTTP/1.1
Content-Type: application/json
{ "propertyName": "propertyValue" }
HTTP/1.1 200 OK
Content-Type: application/json
{ "id": "4fb329c03a8ce62480d87e24", "propertyName": "propertyValue" }