List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4625
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=4630",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4620",
    "results": [
        {
            "quote": "An attitude of positive expectation is the mark of the superior personality. Brian Tracy",
            "author": "Brian Tracy",
            "likes": 791,
            "tags": [
                "positive"
            ],
            "pk": 470262,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A man succeeds in completing a work only when his qualities transcend that work. Cesare Pavese",
            "author": "Cesare Pavese",
            "likes": 321,
            "tags": [
                "positive"
            ],
            "pk": 470263,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is virtue in work and there is virtue in rest. Use both and overlook neither. Alan Cohen",
            "author": "Alan Cohen",
            "likes": 631,
            "tags": [
                "positive"
            ],
            "pk": 470264,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Nothing worthwhile comes easily. Work, continuous work and hard work, is the only way to accomplish results that last. Hamilton Holt",
            "author": "Hamilton Holt",
            "likes": 301,
            "tags": [
                "positive"
            ],
            "pk": 470265,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Remember, work, well done, does good to the man who does it. It makes him a better man. George S. Clason",
            "author": "Clason",
            "likes": 511,
            "tags": [
                "positive"
            ],
            "pk": 470266,
            "image": null,
            "language": "en"
        }
    ]
}