List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4160
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=4165",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4155",
    "results": [
        {
            "quote": "If you keep on believing, the dream that you wish will come true. Cinderella",
            "author": "Cinderella",
            "likes": 119,
            "tags": [
                "friendship"
            ],
            "pk": 469778,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You and I are a team. Nothing is more important than our friendship. Monsters, Inc.",
            "author": "",
            "likes": 790,
            "tags": [
                "friendship"
            ],
            "pk": 469779,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every minute spent in your company becomes the new best moment of my life. Bolt",
            "author": "Bolt",
            "likes": 731,
            "tags": [
                "friendship"
            ],
            "pk": 469780,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Old stories are like old friends, she used to say. You have to visit them from time to time.",
            "author": "",
            "likes": 658,
            "tags": [
                "friendship"
            ],
            "pk": 469781,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I am glad you are here with me. Here at the end of all things, Sam. J.R.R. Tolkien",
            "author": "Tolkien",
            "likes": 146,
            "tags": [
                "friendship"
            ],
            "pk": 469782,
            "image": null,
            "language": "en"
        }
    ]
}