List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4675
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=4680",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4670",
    "results": [
        {
            "quote": "Positive thoughts = Positive life. Mel Robbins",
            "author": "Mel Robbins",
            "likes": 267,
            "tags": [
                "positive"
            ],
            "pk": 470311,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Change the way you look at things and the things you look at change. Wayne W. Dyer",
            "author": "Dyer",
            "likes": 186,
            "tags": [
                "positive"
            ],
            "pk": 470312,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Keep your face towards the sunshine and shadows will fall behind you. Walt Whitman",
            "author": "Walt Whitman",
            "likes": 348,
            "tags": [
                "positive"
            ],
            "pk": 470313,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every saint has a past, and every sinner has a future. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 612,
            "tags": [
                "deep"
            ],
            "pk": 470314,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never to suffer would never to have been blessed. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 372,
            "tags": [
                "deep"
            ],
            "pk": 470315,
            "image": null,
            "language": "en"
        }
    ]
}