List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=3990
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=3995",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=3985",
    "results": [
        {
            "quote": "If you make friends with yourself you will never be alone. Maxwell Maltz",
            "author": "Maxwell Maltz",
            "likes": 452,
            "tags": [
                "friendship"
            ],
            "pk": 469599,
            "image": null,
            "language": "en"
        },
        {
            "quote": "As soon as I saw you, I knew an adventure was going to happen. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 471,
            "tags": [
                "friendship"
            ],
            "pk": 469600,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you want to help people, you tell them the truth. Thomas Sowell",
            "author": "Thomas Sowell",
            "likes": 170,
            "tags": [
                "friendship"
            ],
            "pk": 469601,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do not save your loving speeches for your friends till they are dead; Do not write them on their tombstones, speak them rather now instead. Anna Cummins",
            "author": "Anna Cummins",
            "likes": 652,
            "tags": [
                "friendship"
            ],
            "pk": 469602,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Each friend represents a world in us, a world possibly not born until they arrive, and it is only by this meeting that a new world is born. Anais Nin",
            "author": "Anais Nin",
            "likes": 771,
            "tags": [
                "friendship"
            ],
            "pk": 469603,
            "image": null,
            "language": "en"
        }
    ]
}