Api Set Cookie Custom Authentication

How do I pass the set-cookie build in a variable to the next api call?

I've tried
{{ http1.setcookie.build }}
{{http1.headers.setcookie.build }}
{{http1.headers.set-cookie.build }}

"http1":{
"body: {
},
"headers": {
"set-cookie": [
"build=0.AQ0AStzd5j0cF02Zwu5btRThcCLTwskXCrpMleoY3gTWGd4
],

Hey @nroeder!

If you're looking to declare it as a variable you can try using a define a variable step in your custom auth flow. Otherwise, there are a couple of places where you can enable cookie forwarding:

Let us know if any of those options work!