List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=520
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=525",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=515",
    "results": [
        {
            "quote": "There are two ways to be happy: improve your reality, or lower your expectations. Jodi Picoult",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466074,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Don’t postpone joy until you have learned all of your lessons. Joy is your lesson. Alan Cohen",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466075,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness does not consist in pastimes and amusements but in virtuous activities. Aristotle",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466076,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is difficult to find happiness within oneself, but it is impossible to find it anywhere else. Arthur Schopenhauer",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466077,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The secret of happiness is to admire without desiring. Carl Sandburg",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466078,
            "image": null,
            "language": "en"
        }
    ]
}