List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=70
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=75",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=65",
    "results": [
        {
            "quote": "The whole secret of a successful life is to find out what is one’s destiny to do, and then do it. Henry Ford",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465617,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Greatness is not in where we stand, but in what direction we are moving. We must sail sometimes with the wind and sometimes against it – but sail we must and not drift, nor lie at anchor. Oliver Wendell Holmes",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465618,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You aren’t going to find anybody that’s going to be successful without making a sacrifice and without perseverance. Lou Holtz",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465619,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To me success means effectiveness in the world, that I am able to carry my ideas and values into the world – that I am able to change it in positive ways. Maxine Hong Kingston",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465620,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You cannot dream yourself into a character;",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465621,
            "image": null,
            "language": "en"
        }
    ]
}