Map<String, String> get authHeaders { if (token.value != null) { return {'Authorization': 'Bearer ${token.value}'}; } return {}; }