how is possible to define a custom header in the rest-client yaml configuration in quarkus? the following config does not work, headaer-name is not provided in the client request
quarkus:
rest-client:
my-client-name:
url: https://stg-api.alabetz.com
headers:
headaer-name: header-value