{"message":"Item Catalog API","version":"1.0.0","documentation":"/api-docs","endpoints":{"status":"GET /status","auth":{"signup":"POST /auth/signup","login":"POST /auth/login"},"profile":{"get":"GET /profile (Protected)","update":"PUT /profile (Protected)","savePreferences":"POST /profile/save-preferences (Protected)"},"masterData":{"categories":"GET /master-data/categories (Protected)","brands":"GET /master-data/brands (Protected, returns shop_name)","shopNames":"GET /master-data/shop-names (Protected)","allergens":"GET /master-data/allergens (Protected)","items":"GET /master-data/items (Protected)","genders":"GET /master-data/genders (Protected)"}}}