Fix ImportError by using correct authentication dependency names: - Use get_current_admin_api instead of get_current_admin_user - Use get_current_vendor_api instead of get_current_vendor_user These are the correct dependency names for API endpoints that require Authorization header authentication (no cookie support). Fixes: ImportError: cannot import name 'get_current_admin_user' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>