List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81715
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=81720",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81710",
    "results": [
        {
            "quote": "Light tomorrow with today! Elizabeth Barrett Browning",
            "author": "",
            "likes": 684,
            "tags": [
                "time"
            ],
            "pk": 484106,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do we need more time? Or do we need to be more disciplined with the time we have? Kerry Johnson",
            "author": "",
            "likes": 206,
            "tags": [
                "time"
            ],
            "pk": 484050,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only question to ask yourself is, how much are you willing to sacrifice to achieve this success? Larry Flynt",
            "author": "",
            "likes": 153,
            "tags": [
                "success"
            ],
            "pk": 483856,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why be a king, when you can be a god? Eminem",
            "author": "",
            "likes": 666,
            "tags": [
                "success"
            ],
            "pk": 483836,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why are you so enchanted by this world, when a mine of gold lies within you? Rumi",
            "author": "",
            "likes": 531,
            "tags": [
                "trust"
            ],
            "pk": 483748,
            "image": null,
            "language": "en"
        }
    ]
}