How to backup and restore Axios instance configuration including interceptors and defaults?
When working with Axios in a long‑running application, you may need to persist the current state of an Axios instance—such as its base URL, default headers, timeout value, and any attached request/response interceptors—so that after a restart or reload the instance behaves exactly as before. What are the recommended approaches to serialize this configuration