Some websites require cookies to access certain corners:
When visting a page (the first time), the generated cookie can be read out with the response_header field:

The response_header might look something like this:

The cookie can be read out using the json-path “$.Set-Cookie”

To use the Cookie again it should be added as Header to any HTTP/Rest call, using the header name “Cookie”
