Well, for one, you're awaiting a return value here:
const resp = await apiCall.getUser();
But getUser doesn't return any value;
getUser