List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4320
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=4325",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4315",
    "results": [
        {
            "quote": "Be grateful for the home you have, knowing that at this moment, all you have is all you need. Sarah Ban Breathnach",
            "author": "Sarah Ban Breathnach",
            "likes": 178,
            "tags": [
                "family"
            ],
            "pk": 469944,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The thrill of coming home has never changed. Guy Pearce",
            "author": "Guy Pearce",
            "likes": 311,
            "tags": [
                "family"
            ],
            "pk": 469945,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My family is my strength and my weakness. Aishwarya Rai Bachchan",
            "author": "Aishwarya Rai Bachchan",
            "likes": 537,
            "tags": [
                "family"
            ],
            "pk": 469946,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The family is a heaven in a heartless world. Bar Refaeli",
            "author": "Bar Refaeli",
            "likes": 477,
            "tags": [
                "family"
            ],
            "pk": 469947,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Family is the people in your life who want you in theirs; the ones who accept you for who you are, love you no matter what & would do anything to see you smile. SheaMoisture",
            "author": "SheaMoisture",
            "likes": 451,
            "tags": [
                "family"
            ],
            "pk": 469948,
            "image": null,
            "language": "en"
        }
    ]
}