List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=270
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=275",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=265",
    "results": [
        {
            "quote": "Success is the one unpardonable sin against our fellows. Ambrose Bierce",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465821,
            "image": null,
            "language": "en"
        },
        {
            "quote": "All those who are around me are the bridge to my success, so they are all important. Manny Pacquiao",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465822,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I believe that people who don’t achieve anything in life are isolated and resent those that are successful. Manuel Puig",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465823,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My mum always told me 95 per cent of success was partnering well. Marc Anthony",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465824,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Successful organizations, including the Military, have learned that the higher the risk, the more necessary it is to engage everyone’s commitment and intelligence. Margaret J. Wheatley",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465825,
            "image": null,
            "language": "en"
        }
    ]
}