List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=310
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=315",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=305",
    "results": [
        {
            "quote": "Give the world the best you have, and the best will come to you. Madeline Bridge",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465862,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Fall seven times, stand up eight. Japanese Saying",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465863,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Play is our brain’s favorite way of learning. Diane Ackerman",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465864,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Don’t expect your friend to be a perfect person. But, help your friend to become a perfect person. That is true friendship! Mother Teresa",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465865,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It doesn’t matter how slowly you go – as long as you don’t stop! Confucius",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465866,
            "image": null,
            "language": "en"
        }
    ]
}