List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4590
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=4595",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4585",
    "results": [
        {
            "quote": "You never know how strong you are, until being strong is your only choice. Bob Marley",
            "author": "Bob Marley",
            "likes": 593,
            "tags": [
                "positive"
            ],
            "pk": 470226,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Strength does not come from winning. Your struggles develop your strengths. When you go through hardships and decide not to surrender, that is strength. Arnold Schwarzenegger",
            "author": "Arnold Schwarzenegger",
            "likes": 208,
            "tags": [
                "positive"
            ],
            "pk": 470227,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you realized how powerful your thoughts are, you would never think a negative thought. Peace Pilgrim",
            "author": "Peace Pilgrim",
            "likes": 311,
            "tags": [
                "positive"
            ],
            "pk": 470228,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To expect defeat is nine-tenths of defeat itself. Francis Crawford",
            "author": "Francis Crawford",
            "likes": 481,
            "tags": [
                "positive"
            ],
            "pk": 470229,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every negative situation contains the possibility for something positive, an opportunity. It is how you look at it that matters. Robert Greene",
            "author": "Robert Greene",
            "likes": 365,
            "tags": [
                "positive"
            ],
            "pk": 470230,
            "image": null,
            "language": "en"
        }
    ]
}