List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=30
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=35",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=25",
    "results": [
        {
            "quote": "I find that the harder I work, the more luck I seem to have. Thomas Jefferson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465575,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Always bear in mind that your own resolution to succeed is more important than any other one thing. Abraham Lincoln",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465576,
            "image": null,
            "language": "en"
        },
        {
            "quote": "That some achieve great success, is proof to all that others can achieve it as well. Abraham Lincoln",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465577,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Before anything else, preparation is the key to success. Alexander Graham Bell",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465578,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing succeeds like success. Alexandre Dumas",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465579,
            "image": null,
            "language": "en"
        }
    ]
}