Reusing set-cookie from response headers in HTTP request

Maybe all this is from a different thing... oh my... Could be the raw data injected for the login?
In my manual curl is something like:

curl 'https://URL/default.asp' \
  -H 'cookie: ASPSESSIONIDCUSRARBR=OLJCEELALEKFHOJOCEEEKAHH' \
  --data-raw 'nic=EMAIL&pwd=PASSWORD&Enviar=Entrar+%2F+Enter'

So they way I inject it in the HTTP request node is this way:
image
I have tried also without quotes... or in JSON format like {"nic":"EMAIL","pwd":"PASS","Enviar":"Entrar+%2F+Enter"}
maybe other format is needed?

BTW, sorry I didnt reply earlier yesterday... but faced this thing hehe
image