List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=115
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=120",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=110",
    "results": [
        {
            "quote": "People get successful and they start saying, ‘Well of course I am! I was chosen! I’m special!’ No, you’re not. Louis C. K",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465662,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Part of the secret of a success in life is to eat what you like and let the food fight it out inside. Mark Twain",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465663,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If success is a habit, it is a hard one to acquire. Mason Cooley",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465664,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When I prayed for success, I forgot to ask for sound sleep and good digestion. Mason Cooley",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465665,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In Hollywood a marriage is a success if it outlasts milk. Rita Rudner",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465666,
            "image": null,
            "language": "en"
        }
    ]
}