Currently the seed data script is broken because all endpoints require a bearer token which is typically gotten from logging in to the app. The seed data script will need to somehow provide auth (workaround atm is to console.log the token in axiosconfig.js, and adding that manually to each endpoint call). If we can't figure out another way that will do.