List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4410
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=4415",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4405",
    "results": [
        {
            "quote": "Attitude is a little thing that makes a big difference. Winston Churchill",
            "author": "Winston Churchill",
            "likes": 507,
            "tags": [
                "positive"
            ],
            "pk": 470040,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Problems are not stop signs, they are guidelines. Robert Schuller",
            "author": "Robert Schuller",
            "likes": 110,
            "tags": [
                "positive"
            ],
            "pk": 470041,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Optimism is a happiness magnet. If you stay positive, good things and good people will be drawn to you. Mary Lou Retton",
            "author": "Mary Lou Retton",
            "likes": 633,
            "tags": [
                "positive"
            ],
            "pk": 470042,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Live as if your prayers are to be answered. Unknown",
            "author": "",
            "likes": 293,
            "tags": [
                "positive"
            ],
            "pk": 470043,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Positive anything is better than negative nothing. Elbert Hubbard",
            "author": "Elbert Hubbard",
            "likes": 176,
            "tags": [
                "positive"
            ],
            "pk": 470044,
            "image": null,
            "language": "en"
        }
    ]
}