List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81560
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81565",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81555",
    "results": [
        {
            "quote": "Can you take criticism and use it constructively? Robert Greene",
            "author": "",
            "likes": 239,
            "tags": [
                "change"
            ],
            "pk": 494821,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Good morning, Vietnam! Good Morning, Vietnam",
            "author": "",
            "likes": 59,
            "tags": [
                "famous"
            ],
            "pk": 494560,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Show me the money! Jerry Maguire",
            "author": "",
            "likes": 319,
            "tags": [
                "famous"
            ],
            "pk": 494559,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Anyone know the number to 911? Ryan Reynolds",
            "author": "",
            "likes": 84,
            "tags": [
                "funny"
            ],
            "pk": 494259,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why do they call it rush hour when nothing moves? Robin Williams",
            "author": "",
            "likes": 753,
            "tags": [
                "funny"
            ],
            "pk": 494252,
            "image": null,
            "language": "en"
        }
    ]
}