▶️ Hisseyi Favorilere Ekledim

  1. UI: Hisse detay sayfasında ⭐ ikon click
  2. Check:
    GET /api/favorites/check/THYAO
    Response: { isFavorite: false }
  3. POST:
    POST /api/favorites
    { "kod": "THYAO", "tip": "hisse" }
  4. UI: ⭐ dolu (sarı), toast "Favorilere eklendi"
  5. Side effects:
    • Favoriler sayfasında görünür
    • Terminal "Favorilerim" widget güncel
    • Real-time WS subscribe → THYAO fiyat updates
    • Akış: THYAO cashtag'i ile post varsa feed'de highlight
POST/api/favorites
GET/api/favorites/check/{kod}