List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3980
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=3985",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3975",
    "results": [
        {
            "quote": "My friends are my estate. Emily Dickinson",
            "author": "Emily Dickinson",
            "likes": 377,
            "tags": [
                "friendship"
            ],
            "pk": 469588,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The secret to friendship is being a good listener.",
            "author": "",
            "likes": 73,
            "tags": [
                "friendship"
            ],
            "pk": 469589,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friends are proved by adversity. Cicero",
            "author": "Cicero",
            "likes": 571,
            "tags": [
                "friendship"
            ],
            "pk": 469590,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendships are discovered rather than made. Harriet Beecher Stowe",
            "author": "Harriet Beecher Stowe",
            "likes": 763,
            "tags": [
                "friendship"
            ],
            "pk": 469591,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best cure for a bad day is a good friend.",
            "author": "",
            "likes": 775,
            "tags": [
                "friendship"
            ],
            "pk": 469592,
            "image": null,
            "language": "en"
        }
    ]
}