API Call need to get the cookie from the Authenticate to pass to other API Calls

booher04
Tera Guru

I am using an API call to Authenticate and receiving the below xml response:

 
<results probe_time="4590" result_code="0">
<result>
<output>{"status":"Success","messages":[],"data":{"sessionId":"dd77a6db7e4bfdc220e1527cf09d15c9","faSessionId":"kmoaj6s402g8qpp4rlo2rfl3c2","phpSessionId":"kmoaj6s402g8qpp4rlo2rfl3c2"}}</output>
</result>
<httpCookies>
<httpCookie value="FireFlow_Session=dd77a6db7e4bfdc220e1527cf09d15c9; Path=/aff/api/external; Secure; HttpOnly; SameSite=Lax"/>
</httpCookies>

Trying to get that httpCookie value for just the "FireFlow_Session" so that I can add it into my next run script API call to pass variables from SNOW to FireFlow.