Map<String, dynamic> toJson() => { 'requestId': requestId, 'statusCode': statusCode, 'headers': headers, 'body': body, 'error': error, 'timestamp': timestamp.toIso8601String(), };