List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4630
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=4635",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4625",
    "results": [
        {
            "quote": "You are never too old to set another goal or to dream a new dream. C.S. Lewis",
            "author": "Lewis",
            "likes": 143,
            "tags": [
                "positive"
            ],
            "pk": 470267,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Work hard at work worth doing. Theodore Roosevelt",
            "author": "Theodore Roosevelt",
            "likes": 375,
            "tags": [
                "positive"
            ],
            "pk": 470268,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Change is inevitable. Growth is optional. John C. Maxwell",
            "author": "Maxwell",
            "likes": 800,
            "tags": [
                "positive"
            ],
            "pk": 470269,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Change is hard at first, messy in the middle and gorgeous at the end. Robin Sharma",
            "author": "Robin Sharma",
            "likes": 583,
            "tags": [
                "positive"
            ],
            "pk": 470270,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The greatest discovery of all time is that a person can change his future by merely changing his attitude. Oprah Winfrey",
            "author": "Oprah Winfrey",
            "likes": 549,
            "tags": [
                "positive"
            ],
            "pk": 470271,
            "image": null,
            "language": "en"
        }
    ]
}