List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=120
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=125",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=115",
    "results": [
        {
            "quote": "Success comes in cans; failure in can’ts. Wilfred Peterson",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465668,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is dependent upon the glands – sweat glands. Zig Ziglar",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465669,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Conquer, but don’t triumph. Marie Von Ebner-Eschenbach",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465670,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The fools in life want things fast and easy — money, success, attention. Robert Greene",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465671,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The wise in life create things slowly, because they love it. Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465672,
            "image": null,
            "language": "en"
        }
    ]
}