HaApi({ required this.url, required String token, }) { _headers = { 'Authorization': 'Bearer $token', 'Content-Type': 'application/json', }; }