Call the API, and there is an error trying to interpret the EL. Using the pathParams without replaceAll works successfully ({{ {#request.pathParams['data']} }}), and ...
Currently there is no way to replace all instances of a substring in a string without use of a global regexp. String.prototype.replace only affects the first occurrence when used with a string ...