How to get request header cookies by default used by Katalon API

Can anyone please help me in below case as the case is working fine in postman but how we can tackle this in katalon:-

I have two API:-

in one API I am getting the result but there are cookies which are by default used in the response header and I want to use the same cookies in the 2nd API in the Request header.

so overall:- How we can get the cookies used by default in the request header of katalon API.

I do not think Katalon Studio supports this scenario: transfering cookies in the 1st API response to the 2nd API request.

Katalon Studio lacks a feature equivalent to the postman’s cookie manager. Therefore you have to re-invent a solution in KS for yourself.