/user/me/
Return logged in user info.

- params: None

- return:
- {
"status": "success",
"content": {"user":
{
user.key: value
...
}
}
}

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

{
    "status": "error",
    "content": {
        "type": "MethodNotAllowed",
        "message": "Method \"GET\" not allowed."
    }
}