📗 200 Success Response

Response Example:

{
    "data": [
        {
            "Record_ID": "1bc81ef4-969c-4b04-a8ed-e7601d0df92a",
            "Title": "Racism??",
            "Description": "A flashcard for white people only"
        }
    ]
}

❌ 404 Not Found Response

Response Example:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Error</title>
</head>

<body>
    <pre>Cannot GET /cover/cove</pre>
</body>

</html>