List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=470
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=475",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=465",
    "results": [
        {
            "quote": "Plenty of people miss their share of happiness, not because they never found it, but because they didn’t stop to enjoy it. William Feather",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466024,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have only two kinds of days: happy and hysterically happy. Allen J. Lefferdink",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466025,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Some cause happiness wherever they go; others whenever they go. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466026,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is short. Smile while you still have teeth. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466027,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no cosmetic for beauty like happiness. Lady Blessington",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466028,
            "image": null,
            "language": "en"
        }
    ]
}