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

{
    "authenticated": false,
    "user": null
}