Cannot parse headers

I am trying to parse my csrf token from the response headers


but the response keeps coming back empty even though its in the recieved headers

uh your doing it totally wrong

BLOCK:Parse
input = @data.HEADERS[“x-csrf-token”]
MODE:LR
=> VAR @parseOutput
ENDBLOCK