List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=320
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=325",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=315",
    "results": [
        {
            "quote": "Fame and success are very different things. Enya",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465872,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True success is having done his best to be his best. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465873,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The measure of success is happiness and peace of mind. Bobby Davro",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465874,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are great. Already. Whether you realize it or not. Whether anybody else realizes it or not. And it’s not because you launched an iPhone app, or finished school a year early, or bought yourself a sweet-ass boat. These things do not define greatness. Mark Manson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465875,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Integrity is more valuable than income. Honor is richer than fame. Self-worth is wealthier than net worth. Robin Sharma",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465876,
            "image": null,
            "language": "en"
        }
    ]
}