ViewSet to expose JWT-related authentication routes. They are combined in a viewset so that they are shown in the browsable api as well as for organization
purposes. The viewset is not used for any other purpose and does not have a queryset.
references:
- https://django-rest-framework-simplejwt.readthedocs.io/en/latest/getting_started.html

MessageUse the custom actions (token, refresh, verify) via POST requests.