django rest response object should return correspond content type with request.
```
REST framework supports HTTP content negotiation by providing a Response class
which allows you to return content that can be rendered into multiple content types, depending on the client request.