List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4580
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=4585",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4575",
    "results": [
        {
            "quote": "The entire universe is a great theatre of mirrors. Alice Bailey",
            "author": "Alice Bailey",
            "likes": 521,
            "tags": [
                "positive"
            ],
            "pk": 470215,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nurture your mind with great thoughts, for you will never go any higher than you think. Benjamin Disraeli",
            "author": "Benjamin Disraeli",
            "likes": 557,
            "tags": [
                "positive"
            ],
            "pk": 470216,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I believe in Karma. If the good is sown, the good is collected. When positive things are made, that returns well. Yannick Noah",
            "author": "Yannick Noah",
            "likes": 570,
            "tags": [
                "positive"
            ],
            "pk": 470218,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Always believe that something wonderful is about to happen. Sukhraj S. Dhillon",
            "author": "Dhillon",
            "likes": 544,
            "tags": [
                "positive"
            ],
            "pk": 470219,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Have great hopes and dare to go all out for them. Have great dreams and dare to live them. Have tremendous expectations and believe in them. Norman Vincent Peale",
            "author": "Norman Vincent Peale",
            "likes": 503,
            "tags": [
                "positive"
            ],
            "pk": 470220,
            "image": null,
            "language": "en"
        }
    ]
}