List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=200
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=205",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=195",
    "results": [
        {
            "quote": "The harder you work for something you love, the more meaningful your life becomes. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465750,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Through perseverance many people win success out of what seemed destined to be certain failure. Benjamin Disraeli",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465751,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Flaming enthusiasm, backed up by horse sense and persistence, is the quality that most frequently makes for success. Dale Carnegie",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465752,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is the progressive realization of a worthy goal or ideal. Earl Nightingale",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465753,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No matter how much it hurts now, someday you will look back and realize your struggles changed your life for the better.",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465754,
            "image": null,
            "language": "en"
        }
    ]
}