Hey,
what is the best way to disable the authentication headers for a specific request set by this wrapper?
I tried to set 'requesttoken': null but this wont work.
I want to use the same axios instance also for external requests where I'm not allowed to send the requesttoken header.
Brest regards,
Jonas