Axios interceptor for adding the JWT to the Authorization header.
The Axios client instance to add the interceptor to
Options for the request including API keys and debug flag
The modified request configuration with the Authorization header added
Axios interceptor for adding the JWT to the Authorization header.