added base examples and drills

This commit is contained in:
2026-05-20 17:42:01 -06:00
parent 9bf788d9ef
commit 4fc0d851e7
40 changed files with 802 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"orders": [
{
"id": "ord-1",
"status": "paid",
"weightKg": 12,
"shippingCost": 0,
"trackingNumber": null,
"shippedAt": null
}
]
}