List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4670
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=4675",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4665",
    "results": [
        {
            "quote": "Start each day with a positive thought and a grateful heart. Roy T. Bennett",
            "author": "Bennett",
            "likes": 240,
            "tags": [
                "positive"
            ],
            "pk": 470307,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your energy is contagious, so think about what you want people to catch from you. Marie Forleo",
            "author": "Marie Forleo",
            "likes": 82,
            "tags": [
                "positive"
            ],
            "pk": 470308,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is a truth deep down inside of you that has been waiting for you to discover it, and that truth is this: you deserve all good things life has to offer. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 530,
            "tags": [
                "positive"
            ],
            "pk": 470309,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How do you rebel in a family of rebels? Nicolas Cage",
            "author": "Nicolas Cage",
            "likes": 316,
            "tags": [
                "family"
            ],
            "pk": 469987,
            "image": null,
            "language": "en"
        },
        {
            "quote": "She needed hero, so she became one. Unknown",
            "author": "",
            "likes": 627,
            "tags": [
                "positive"
            ],
            "pk": 470310,
            "image": null,
            "language": "en"
        }
    ]
}