List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=180
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=185",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=175",
    "results": [
        {
            "quote": "Sometimes success comes in ways you don’t expect. Ben Barnes",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465730,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A person is a success if they get up in the morning and gets to bed at night and in between does what he wants to do. Bob Dylan",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465731,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We need to internalize this idea of excellence. Not many folks spend a lot of time trying to be excellent. Barack Obama",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465732,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You never achieve success unless",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465733,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life is a succession of lessons enforced by immediate reward, or, oftener, by immediate chastisement. Ernest Dimnet",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465734,
            "image": null,
            "language": "en"
        }
    ]
}