- Axios에 다음과 같이 헤더를 추가하는 코드가 존재, 이를 수정함. ``` headers: { headers: {Authorization: `Bearer ${AuthStore.getState().ACCESS_TOKEN}`}, }, ```