@override Map<String, dynamic> toJson() { return { "endpoint": endpoint, "body": body.toJson(), "request": {...request as Map<String, dynamic>} }; }