How to secure Logout Request to Auth0

We are using @auth0/nextjs-auth0 library for auth0 integration, and calling api/auth/logout for logout, and in the network tab we could capture the request going to auth0 and if this request is intercepted, it could potentially log out all logged-in users. How can we implement CSRF token protection for this Auth0 request?