List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=315
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=320",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=310",
    "results": [
        {
            "quote": "Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts. Albert Einstein",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465867,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you have good thoughts they will shine out of your face like sunbeams and you will always look lovely. Roald Dahl",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465868,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No kid is unsmart. Every kid’s a genius at something. Our job is to find it. And then encourage it. Robin Sharma",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465869,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Pulling someone down will never help you reach the top.",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465870,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why fit in when you were born to stand out? Dr. Seuss",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465871,
            "image": null,
            "language": "en"
        }
    ]
}