Hi! Calling IONAPI uses header Autorization = bearer + ionapitoken. But the IONAPI calling an external API also uses header Autorization bearer + externaltoken. Try to enter both on the same line in code separated with a comma but when running this only the Autorization = bearer + ionapitoken shows in debug so I get invalid token error in response from external API site. How to get around this? Alternate way is to call external api directly but then I get cors error. If someone knows how to get around the cors error that will also be fine.