List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4015
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=4020",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4010",
    "results": [
        {
            "quote": "No one will ever be as entertained by us as us.",
            "author": "",
            "likes": 80,
            "tags": [
                "friendship"
            ],
            "pk": 469625,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friendship is when you walk into their house and your WiFi connects automatically.",
            "author": "",
            "likes": 522,
            "tags": [
                "friendship"
            ],
            "pk": 469626,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are small ships and big ships but the best ships are friendships.",
            "author": "",
            "likes": 130,
            "tags": [
                "friendship"
            ],
            "pk": 469627,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The better the friend, the less cleaning you do before he comes over.",
            "author": "",
            "likes": 626,
            "tags": [
                "friendship"
            ],
            "pk": 469628,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We are best friends. Always remember that if you fall I will pick you up after I finish laughing.",
            "author": "",
            "likes": 509,
            "tags": [
                "friendship"
            ],
            "pk": 469629,
            "image": null,
            "language": "en"
        }
    ]
}