로그아웃을 위해 리프레시 토큰을 무효화합니다. 액세스 토큰이 저장돼 있다면 잠시 동안 로그인 상태일 수 있으므로 삭제해야 합니다.
cURL
curl --request DELETE \ --url https://k-polaris.life/api/v1/auth/logout \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK