List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4435
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=4440",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4430",
    "results": [
        {
            "quote": "Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time. Thomas Edison",
            "author": "Thomas Edison",
            "likes": 170,
            "tags": [
                "positive"
            ],
            "pk": 470065,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is a sense that things, if you keep positive and optimistic about what can be done, do work out. Hillary Clinton",
            "author": "Hillary Clinton",
            "likes": 772,
            "tags": [
                "positive"
            ],
            "pk": 470066,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Optimism is the faith that leads to achievement. Nothing can be done without hope or confidence. Helen Keller",
            "author": "Helen Keller",
            "likes": 704,
            "tags": [
                "positive"
            ],
            "pk": 470067,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We are all in the gutter, but some of us are looking at the stars. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 559,
            "tags": [
                "positive"
            ],
            "pk": 470068,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Remember: Every champion was once a contender that refused to give up. Rocky Balboa",
            "author": "Rocky Balboa",
            "likes": 236,
            "tags": [
                "positive"
            ],
            "pk": 470069,
            "image": null,
            "language": "en"
        }
    ]
}