List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4835
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4840",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4830",
    "results": [
        {
            "quote": "Every strength is also a weakness. The opposite is true as well. Neil Strauss",
            "author": "Neil Strauss",
            "likes": 181,
            "tags": [
                "deep"
            ],
            "pk": 470483,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Where there is no sense of ownership, there is respect. Where there is no hope, there is Truth. Where there is no attachment, there is love. Kapil Gupta",
            "author": "Kapil Gupta",
            "likes": 136,
            "tags": [
                "deep"
            ],
            "pk": 470484,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Believe in the you who believes in yourself. Unknown",
            "author": "",
            "likes": 236,
            "tags": [
                "deep"
            ],
            "pk": 470485,
            "image": null,
            "language": "en"
        },
        {
            "quote": "All that you are seeking is also seeking you. Franz Kafka",
            "author": "Franz Kafka",
            "likes": 717,
            "tags": [
                "deep"
            ],
            "pk": 470486,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Our virtues and our failings are inseparable, like force and matter. When they separate, man is no more. Nilola Tesla",
            "author": "Nilola Tesla",
            "likes": 630,
            "tags": [
                "deep"
            ],
            "pk": 470487,
            "image": null,
            "language": "en"
        }
    ]
}