List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4045
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=4050",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4040",
    "results": [
        {
            "quote": "This is my beloved and this is my friend. Song of Solomon",
            "author": "Song of Solomon",
            "likes": 167,
            "tags": [
                "friendship"
            ],
            "pk": 469658,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship often ends in love. But love in friendship; never. Charles Caleb Colton",
            "author": "Charles Caleb Colton",
            "likes": 66,
            "tags": [
                "friendship"
            ],
            "pk": 469659,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is a friendship set to music. Joseph Campbell",
            "author": "Joseph Campbell",
            "likes": 132,
            "tags": [
                "friendship"
            ],
            "pk": 469660,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship is the finest balm for the pangs of despised love. Jane Austen",
            "author": "Jane Austen",
            "likes": 790,
            "tags": [
                "friendship"
            ],
            "pk": 469661,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The greatest healing therapy is friendship and love. Hubert H. Humphrey",
            "author": "Humphrey",
            "likes": 714,
            "tags": [
                "friendship"
            ],
            "pk": 469662,
            "image": null,
            "language": "en"
        }
    ]
}