List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=100
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=105",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=95",
    "results": [
        {
            "quote": "I owe my success to having listened respectfully to the very best advice, and then going away and doing the exact opposite. G. K. Chesterton",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465647,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The more successful the villain, the more successful the picture. Alfred Hitchcock",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465648,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is when the checks don’t bounce. Andy Warhol",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465649,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every man has a right to be conceited until he is successful. Benjamin Disraeli",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465650,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It’s our nature: Human beings like success but they hate successful people. Carrot Top",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465651,
            "image": null,
            "language": "en"
        }
    ]
}