magento-api, which uses apollo-client, and use get header to setcontent-currency & store
customApolloHttpLinkOptions: {
useGETForQueries: true,
headers: {
'custom-header': 'custom-header-value',
'client-secret': 'xxxxxxxxx'
},
},
, But how to set dynamic global request headers?