List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4585
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=4590",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4580",
    "results": [
        {
            "quote": "To attract positive energy in your life, be positive in thoughts and action. Anil Sinha",
            "author": "Anil Sinha",
            "likes": 157,
            "tags": [
                "positive"
            ],
            "pk": 470221,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Genius is the ability to receive from the universe. I Ching",
            "author": "I Ching",
            "likes": 682,
            "tags": [
                "positive"
            ],
            "pk": 470222,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you can dream it, you can do it. Walt Disney",
            "author": "Walt Disney",
            "likes": 485,
            "tags": [
                "positive"
            ],
            "pk": 470223,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Defeat is simply a signal to press onward. Helen Keller",
            "author": "Helen Keller",
            "likes": 428,
            "tags": [
                "positive"
            ],
            "pk": 470224,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If there is no struggle, there is no progress. Frederick Douglass",
            "author": "Frederick Douglass",
            "likes": 279,
            "tags": [
                "positive"
            ],
            "pk": 470225,
            "image": null,
            "language": "en"
        }
    ]
}