List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4035
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=4040",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4030",
    "results": [
        {
            "quote": "In friendship we find nothing false or insincere; everything is straight forward, and springs from the heart. Cicero",
            "author": "Cicero",
            "likes": 189,
            "tags": [
                "friendship"
            ],
            "pk": 469648,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is more shameful to distrust our friends than to be deceived by them. Confucius",
            "author": "Confucius",
            "likes": 106,
            "tags": [
                "friendship"
            ],
            "pk": 469649,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We hate some persons because we do not know them; and will not know them because we hate them. Charles Caleb Colton",
            "author": "Charles Caleb Colton",
            "likes": 331,
            "tags": [
                "friendship"
            ],
            "pk": 469650,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He will never have true friends who is afraid of making enemies. William Hazlitt",
            "author": "William Hazlitt",
            "likes": 377,
            "tags": [
                "friendship"
            ],
            "pk": 469651,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The man of knowledge must be able not only to love his enemies but also to hate his friends. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 81,
            "tags": [
                "friendship"
            ],
            "pk": 469652,
            "image": null,
            "language": "en"
        }
    ]
}