How to pass the token to a request by header

Hi, I would like to know if it is possible to pass the token to a request for an API by header.

Example:
Authorization: bearer

I tried it like that, but the value field doesn't accept variables

Indeed this setting does not support expressions. You may need to use the code generation ignore list to add the required token.

Hi korchev, thanks for your attention, but I didn't quite understand what you said. Could you give me more details?
Taking advantage I would like to know if it is possible to pass the dynamic token to my api, just using the visual settings, without the need to write a ts code.

Thanks again for your attention.

This is not currently possible so it would require writing code.

OK Thanks again for your attention.