Inbox List
Class inherits from generics.GenericAPIView to make pagination possible.
GET /api/v3/inbox/
{
"count": 0,
"next": null,
"previous": null,
"results": []
}Class inherits from generics.GenericAPIView to make pagination possible.
GET /api/v3/inbox/
{
"count": 0,
"next": null,
"previous": null,
"results": []
}