List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4990
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=4995",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4985",
    "results": [
        {
            "quote": "Prove them wrong.",
            "author": "",
            "likes": 637,
            "tags": [
                "short"
            ],
            "pk": 470653,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No guts, no story. Chris Brady",
            "author": "Chris Brady",
            "likes": 573,
            "tags": [
                "short"
            ],
            "pk": 470654,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My life is my message. Mahatma Gandhi",
            "author": "Mahatma Gandhi",
            "likes": 142,
            "tags": [
                "short"
            ],
            "pk": 470655,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Boldness be my friend. William Shakespeare",
            "author": "William Shakespeare",
            "likes": 404,
            "tags": [
                "short"
            ],
            "pk": 470656,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Keep going. Be all in. Bryan Hutchinson",
            "author": "Bryan Hutchinson",
            "likes": 546,
            "tags": [
                "short"
            ],
            "pk": 470657,
            "image": null,
            "language": "en"
        }
    ]
}