Generates the necessary headers for Tuul API authentication.
Map<String, String> headers() { return {'tuul_api_key': _requireApiKey}; }