I would like to understand if there's any mechanism to validate and handle multiple cookies being returned in an API response using Apickli framework.
Scenario: API-1 when invoked, sets 2 cookies and returns back in response. I would want to validate that both cookies are not null and store them in scenario/global scope and re-use the values while sending the next request to API-2 with same cookies into request.
Active response will be appreciated.