List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4550
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=4555",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4545",
    "results": [
        {
            "quote": "As we become more and more positive and more and more joyful, by our powerful example we uplift all of those around us. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 494,
            "tags": [
                "positive"
            ],
            "pk": 470184,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The more positive thoughts you entertain, the happier you will become. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 271,
            "tags": [
                "positive"
            ],
            "pk": 470185,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Your thinking creates your world. Robin Sharma",
            "author": "Robin Sharma",
            "likes": 283,
            "tags": [
                "positive"
            ],
            "pk": 470186,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is a friendship set to music. Joseph Campbell",
            "author": "Joseph Campbell",
            "likes": 480,
            "tags": [
                "positive"
            ],
            "pk": 470187,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The art of love is largely the art of persistence. Albert Ellis",
            "author": "Albert Ellis",
            "likes": 362,
            "tags": [
                "positive"
            ],
            "pk": 470188,
            "image": null,
            "language": "en"
        }
    ]
}