List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=145
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=150",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=140",
    "results": [
        {
            "quote": "Be careful, ever so careful, in trumpeting your own achievements, and always talk less about yourself than about other people. Modesty is generally preferable. Robert Greene",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465693,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success isn’t about how your life looks to others. It’s about how it feels to you. Michelle Obama",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465695,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is only meaningful and enjoyable if it feels like your own. Michelle Obama",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465696,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is about doing the right thing, not about doing everything right. Gary Keller",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465697,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Best predictor of success: Innate ability to allocate time properly. Keith Rabois",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465698,
            "image": null,
            "language": "en"
        }
    ]
}