Default headers that will be added to all requests
Map<String, dynamic> get defaultHeaders => { 'Content-Type': 'application/json', 'Accept': 'application/json', };