List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=340
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=345",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=335",
    "results": [
        {
            "quote": "Most of the successful people I’ve known are the ones who do more listening than talking. Bernard Baruch",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465892,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is about",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465893,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do your best when no one is looking. If you do that, then you can be successful in anything that you put your mind to. Bob Cousy",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465894,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Successful people are always looking for opportunities to help others. Unsuccessful people are always asking, “What’s in it for me?”. Brian Tracy",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465895,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Being best is a false goal, you have to measure success on your own terms. Damien Hirst",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465896,
            "image": null,
            "language": "en"
        }
    ]
}