Response format

All responses or messages originating from the server (and sent to clients) will follow the format as detailed below:

{
    "request": string,
    "requestId": string,
    "clientId": string,
    "body": any
}

request/requestId/clientId: The value is echoed back from the original request made to the service unless it was invalid.

body: The requested information is returned here.