List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4560
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=4565",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4555",
    "results": [
        {
            "quote": "The positive force of love can create anything good, increase the good things, and change anything negative in your life. Rhonda Byrne",
            "author": "Rhonda Byrne",
            "likes": 132,
            "tags": [
                "positive"
            ],
            "pk": 470194,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The greatest gift you can ever give another person is your own happiness. Esther Hicks",
            "author": "Esther Hicks",
            "likes": 598,
            "tags": [
                "positive"
            ],
            "pk": 470195,
            "image": null,
            "language": "en"
        },
        {
            "quote": "And in the end, the love you take, is equal to the love you make. Paul Mccartney",
            "author": "Paul Mccartney",
            "likes": 315,
            "tags": [
                "positive"
            ],
            "pk": 470197,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Positive thinking is the key which unlocks the doors of the world. Samuel McChord Crothers",
            "author": "Samuel McChord Crothers",
            "likes": 287,
            "tags": [
                "positive"
            ],
            "pk": 470198,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The positive energy and love we give to others, heals our own wounds. Angie karan",
            "author": "Angie karan",
            "likes": 234,
            "tags": [
                "positive"
            ],
            "pk": 470199,
            "image": null,
            "language": "en"
        }
    ]
}