List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4085
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=4090",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4080",
    "results": [
        {
            "quote": "One friend with whom you have a lot in common is better than three with whom you struggle to find things to talk about. Mindy Kaling",
            "author": "Mindy Kaling",
            "likes": 554,
            "tags": [
                "friendship"
            ],
            "pk": 469700,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friendship comes when the silence between two people is comfortable. David Tyson",
            "author": "David Tyson",
            "likes": 101,
            "tags": [
                "friendship"
            ],
            "pk": 469701,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is nothing on this earth more to be prized than true friendship. Thomas Aquinas",
            "author": "Thomas Aquinas",
            "likes": 613,
            "tags": [
                "friendship"
            ],
            "pk": 469702,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What I cannot love, I overlook. Is that real friendship? Anais Nin",
            "author": "Is that real friendship? Anais Nin",
            "likes": 630,
            "tags": [
                "friendship"
            ],
            "pk": 469703,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Best friends are the people you can do anything and nothing with and still have the best time.",
            "author": "",
            "likes": 52,
            "tags": [
                "friendship"
            ],
            "pk": 469704,
            "image": null,
            "language": "en"
        }
    ]
}