added base examples and drills
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"orders": [
|
||||
{
|
||||
"id": "ord-1",
|
||||
"status": "paid",
|
||||
"weightKg": 12,
|
||||
"shippingCost": 0,
|
||||
"trackingNumber": null,
|
||||
"shippedAt": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user