List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4735
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=4740",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4730",
    "results": [
        {
            "quote": "People do not lack strength; they lack will. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 490,
            "tags": [
                "deep"
            ],
            "pk": 470375,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What labels me, negates me. Soren Kierkegaard",
            "author": "Soren Kierkegaard",
            "likes": 556,
            "tags": [
                "deep"
            ],
            "pk": 470376,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Rest in reason; move in passion. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 94,
            "tags": [
                "deep"
            ],
            "pk": 470377,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To do two things at once is to do neither. Publilius Syrus",
            "author": "Publilius Syrus",
            "likes": 639,
            "tags": [
                "deep"
            ],
            "pk": 470378,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Hurt me with the truth. But never comfort me with a lie. Unknown",
            "author": "",
            "likes": 95,
            "tags": [
                "deep"
            ],
            "pk": 470379,
            "image": null,
            "language": "en"
        }
    ]
}