List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=390
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=395",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=385",
    "results": [
        {
            "quote": "It’s the little things in life.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465943,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We don’t laugh because we’re happy – we’re happy because we laugh. William James",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465944,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Now and then it’s good to pause in our pursuit of happiness and just be happy. Guillaume Apollinaire",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465945,
            "image": null,
            "language": "en"
        },
        {
            "quote": "That’s your unlimited desires that are clouding your peace, your happiness. Naval Ravikant",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465946,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Don’t cry because it’s over, smile because it happened. Ludwig Jacobowski",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 465947,
            "image": null,
            "language": "en"
        }
    ]
}