I have the following custom Axios instance: import axios from 'axios' export const BASE_URL = 'http://jsonplaceholder.typicode.com' export …