In my project I have the Post and Category Model and full working JWT Authentication.
class Category(models.Model): name = models.CharField(max_length=255)