Headers to include in the HTTP request.
@override Map<String, String> get headers => { 'Content-Type': 'application/json', 'Authorization': 'Bearer $apiKey', };