Possibility to have two Authorization Headers

Hello,

is there a possibility in Katalon Studio - UI-wise or code-wise, to add TWO Authorization Headers to an API call? One environment we are using requires Baisc Authorization code to access certain areas of the web application, however we also use oAuth 2.0 as a login.

UI-wise a haven’t been able to add second Authorization header, it just won’t let me.

That means we need to have two Authorization Headers,
Authorization Basic code…
Authorization Bearer code…

Is there a way?

Thank you