{
    "jsonrpc": "2.0",
    "id": 1,
    "result": ${example.result}
}
```

Push Request:
```json
{
    "jsonrpc": "2.0",
    "id": 2,
    "method": "${info.title}.${method.pulls.for}",
    "params": {
        "correlationId": "TBD",
        "result": ${originator.params[1].example.value}
    }
}
