Authentication using JWT
Logout Endpoint
Logout endpoint is used to terminate a user session against a device, effectively logging the user out. By making a POST request to this endpoint and providing the necessary authorization, the user’s session will be ended, ensuring secure access control.
POST