POST /app/auth/register
POST /app/auth/login
POST /app/auth/logout
GET /app/user/me
GET /app/user/:id
POST /app/user/avatar
GET /app/posts
POST /app/posts
GET /app/posts/:id
DELETE /app/posts/:id
POST /app/posts/:id/like
DELETE /app/posts/:id/like
GET /app/posts/:id/comments
POST /app/posts/:id/comments
DELETE /app/comments/:id
GET /app/notifications
GET /app/notifications/unread
PUT /app/notifications/read
POST /app/upload/image