List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4555
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=4560",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4550",
    "results": [
        {
            "quote": "The moment we begin to seek love, love begins to seek us. And to save us. Paul Coelho",
            "author": "Paul Coelho",
            "likes": 642,
            "tags": [
                "positive"
            ],
            "pk": 470189,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love in its essence is spiritual fire. Seneca",
            "author": "Seneca",
            "likes": 135,
            "tags": [
                "positive"
            ],
            "pk": 470190,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is a master key which opens the gate of happiness. Oliver Wedell Holmes",
            "author": "Oliver Wedell Holmes",
            "likes": 333,
            "tags": [
                "positive"
            ],
            "pk": 470191,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Surround yourself with positive people that lift, motivate and inspire you. Joel Osteen",
            "author": "Joel Osteen",
            "likes": 329,
            "tags": [
                "positive"
            ],
            "pk": 470192,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You cannot hang out with negative people and expect to live a positive life. Joel Osteen",
            "author": "Joel Osteen",
            "likes": 383,
            "tags": [
                "positive"
            ],
            "pk": 470193,
            "image": null,
            "language": "en"
        }
    ]
}