Public view for the API.
This view can be used to render a public page or handle public API requests.

GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "message": "Welcome to the Public API endpoint!",
    "status": "success"
}