GET /api/get-user/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": null,
    "authenticated": false,
    "is_staff": false
}