List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=55
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=60",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=50",
    "results": [
        {
            "quote": "Be brave when you are scared, and humble when you are victorious. Unknown",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465602,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success has always been a great liar. Friedrich Nietzsche",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465603,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is the sum of details. Harvey S. Firestone",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465604,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success can’t be forced. Loretta Young",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465605,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The ladder of success is never crowded at the top. Napoleon Hill",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465606,
            "image": null,
            "language": "en"
        }
    ]
}