List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4350
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=4355",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4345",
    "results": [
        {
            "quote": "Strangers are just family you have yet to come to know. Mitch Albom",
            "author": "Mitch Albom",
            "likes": 529,
            "tags": [
                "family"
            ],
            "pk": 469975,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sticking with your family is what makes it a family. Mitch Albom",
            "author": "Mitch Albom",
            "likes": 544,
            "tags": [
                "family"
            ],
            "pk": 469976,
            "image": null,
            "language": "en"
        },
        {
            "quote": "All those who are around me are the bridge to my success, so they are all important. Manny Pacquiao",
            "author": "Manny Pacquiao",
            "likes": 702,
            "tags": [
                "family"
            ],
            "pk": 469977,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Let us make one point, that we meet each other with a smile, when it is difficult to smile. Smile at each other, make time for each other in your family. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 379,
            "tags": [
                "family"
            ],
            "pk": 469978,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My sense of personal strength has always come from my family. Benjamin Bratt",
            "author": "Benjamin Bratt",
            "likes": 583,
            "tags": [
                "family"
            ],
            "pk": 469979,
            "image": null,
            "language": "en"
        }
    ]
}