List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4125
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=4130",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4120",
    "results": [
        {
            "quote": "Iron sharpens iron; so one man sharpens another. Proverbs 27:17",
            "author": "Proverbs 27:17",
            "likes": 773,
            "tags": [
                "friendship"
            ],
            "pk": 469742,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friends are the siblings God never gave us. Mencius",
            "author": "Mencius",
            "likes": 342,
            "tags": [
                "friendship"
            ],
            "pk": 469743,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True enemies are better than false friends. Matshona Dhliwayo",
            "author": "Matshona Dhliwayo",
            "likes": 660,
            "tags": [
                "friendship"
            ],
            "pk": 469745,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In the end, we will remember not the words of our enemies, but the silence of our friends. Martin Luther King Jr",
            "author": "Martin Luther King Jr",
            "likes": 379,
            "tags": [
                "friendship"
            ],
            "pk": 469746,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No person is your friend who demands your silence, or denies your right to grow. Alice Walker",
            "author": "Alice Walker",
            "likes": 134,
            "tags": [
                "friendship"
            ],
            "pk": 469747,
            "image": null,
            "language": "en"
        }
    ]
}