Reusing set-cookie from response headers in HTTP request

Sorry i forgot about the rest of the object

{
    "cookie":responseCookies.$keys()[0]&"="&**.value
}

edit
This is more error proof:

{
    "cookie":responseCookies.$keys()[0]&"="&responseCookies.*.value
}