List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=385
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=390",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=380",
    "results": [
        {
            "quote": "He who lives in harmony with himself lives in harmony with the universe.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465938,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you want to be happy, be. Leo Tolstoy",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465939,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you aren’t grateful for what you already have, what makes you think you would be happy with more. Roy T. Bennett",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465940,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You can only have bliss if you don’t chase it. Henepola Gunaratana",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465941,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For every minute you are angry you lose sixty seconds of happiness. Ralph Waldo Emerson",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465942,
            "image": null,
            "language": "en"
        }
    ]
}