{ | |
"users": [ | |
{ | |
"id": 1, | |
"username": "test", | |
"token": "G7DBTgdm1bdV4" | |
}, | |
{ | |
"id": 2, | |
"username": "Sjzjsw", | |
"token": "rhVR05mvmRNFB" | |
} | |
], | |
"products": [ | |
{ | |
"id": 1, | |
"name": "test", | |
"description": "", | |
"purchase_price": 100.0, | |
"sale_price": 350.0, | |
"quantity_in_stock": 50303, | |
"user_id": 1 | |
} | |
], | |
"cart": [], | |
"sales": [ | |
{ | |
"id": 1, | |
"sale_id": "akCGJyG22sy0d", | |
"product_id": 1, | |
"quantity": 100, | |
"total_amount": 35000.0, | |
"sale_date": "2025-02-16 18:31:58" | |
} | |
] | |
} |