List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=210
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=215",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=205",
    "results": [
        {
            "quote": "Everyone has a plan until they get punched in the mouth. Mike Tyson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465761,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We can be truly successful only at something we’re willing to fail at. Mark Manson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465762,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Good people are good because they’ve come to wisdom through failure. We get very little wisdom from success, you know. William Saroyan",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465763,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Those who try to do something and fail are infinitely better than those who try nothing and succeed. Lloyd Jones",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465764,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The world doesn’t always give what you want, but it often gives you what you need. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465765,
            "image": null,
            "language": "en"
        }
    ]
}