Hi, Is it possible to put a parameter value from the resource path into the json body response? For example, a`GET /api/12345/foo/bar` responds with a json body containing the `12345` value: ```json [{ paramValue: 12345}] ```