List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4505
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=4510",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4500",
    "results": [
        {
            "quote": "Delete the negative; accentuate the positive. Donna Karan",
            "author": "Donna Karan",
            "likes": 689,
            "tags": [
                "positive"
            ],
            "pk": 470138,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I will heighten my life by helping others heighten theirs. Les Brown",
            "author": "Les Brown",
            "likes": 454,
            "tags": [
                "positive"
            ],
            "pk": 470139,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Prepare to win the night before. Robin Sharma",
            "author": "Robin Sharma",
            "likes": 618,
            "tags": [
                "positive"
            ],
            "pk": 470140,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is tough, my darling, but so are you. Stephanie Bennett-Henry",
            "author": "Stephanie Bennett-Henry",
            "likes": 459,
            "tags": [
                "positive"
            ],
            "pk": 470141,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I am learning to trust the journey even when I do not understand it. Mila Bron",
            "author": "Mila Bron",
            "likes": 427,
            "tags": [
                "positive"
            ],
            "pk": 470142,
            "image": null,
            "language": "en"
        }
    ]
}