2008 Ford Shelby Mustang

**Image Transformation:**
1. **Original Image URL:** `https://example.com/path/to/image.jpg`
**Output:**
- Small (120x80, landscape): `https://example.com/cdn/120x80/image.jpg`
- Medium (320x240, square aspect ratio): `https://example.com/cdn/320x240/image.jpg`
- Large (640x480, portrait aspect ratio): `https://example.com/cdn/640x480/image.jpg`
**Data Modification:**
Original data:
```json
{
"title": "Lot #1: Classic Mustang.",
"start_time": "2024-07-15T12:00:00Z",
"bid_increment": "$500"
}
```
Transformed data (using the provided API and assuming it can adjust timestamps):
```json
{
"title": "Lot #1: Classic Mustang.",
"sale_start_date": "2024-07-18T",
"listing_type": "auctions",
"minimum_bid_increment": {
"currency": "USD",
"value": "500"
}
}
```
Last bid:
$5,000