Moving exmple datasets to json files

This commit is contained in:
2024-09-09 13:45:26 +02:00
parent 20e8ce1024
commit 2d0dc274bf
10 changed files with 233 additions and 78 deletions

View File

@@ -0,0 +1,10 @@
{
"data": [
{
"orderId": 0,
"productId": 4,
"quantity": 2,
"totalPrice": 0
}
]
}