List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=60
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=65",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=55",
    "results": [
        {
            "quote": "Success is the fruit of concentration. Navjot Singh Sidhu",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465607,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There’s a lot of blood, sweat, and guts between dreams and success. Paul Bryant",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465608,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success tempts many to their ruin. Phaedrus",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465609,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is a poor teacher. Robert Kiyosaki",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465610,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is dependent on effort. Sophocles",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465611,
            "image": null,
            "language": "en"
        }
    ]
}