Map<String, dynamic> toJson() => { 'id': id, 'method': method, 'url': url, 'headers': headers, 'body': body, 'timestamp': timestamp.toIso8601String(), };