Map<String, String> get requestHeaders { return <String, String>{ 'Authorization': 'Bearer ${this.idToken}', 'content-type': 'application/json' }; }