Unable to use environment variable in response header of an example

I created an example and have the response to return a header X-Request-ID with a value from an environment variable.

When I send the request to the mock server, the header of the response was not replaced with the environment variable

Is there anything I have missed?