Map<String, Object?> toJson() => <String, Object?>{ 'requestId': requestId, 'method': method, 'path': path, if (jsonBody != null) 'jsonBody': jsonBody, };