List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=510
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=515",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=505",
    "results": [
        {
            "quote": "Not wanting something is as good as having it. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466064,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is a choice and a skill and you can dedicate yourself to learning that skill and making that choice. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466065,
            "image": null,
            "language": "en"
        },
        {
            "quote": "School, politics, sports, and games train us to compete against others. True rewards – wealth, knowledge, love, fitness, and equanimity – come from ignoring others and improving ourselves. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466066,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One happiness scatters a thousand sorrows. Chinese proverb",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466067,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is great happiness in not wanting, in not being something, in not going somewhere. Jiddu Krishnamurti",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466068,
            "image": null,
            "language": "en"
        }
    ]
}