import fetch from "node-fetch"; const fetchEbayUserToken = async (authorizationCode) => { // this is where we will use our refresh token and cycle our user tokens }; export default fetchEbayUserToken;