-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
54 lines (54 loc) · 1.5 KB
/
server.json
File metadata and controls
54 lines (54 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"stock": [
{
"id": 1,
"amount": 3
},
{
"id": 2,
"amount": 5
},
{
"id": 3,
"amount": 2
}
],
"products": [
{
"id": 1,
"title": "Corona",
"price": 4.62,
"image": "https://padariavillalourdes.com.br/web/image/product.template/1389/image_256/%5B47140%5D%20CERVEJA%20MEXICANA%20CORONA%20EXTRA%20-%20330ML?unique=ebc3437"
},
{
"id": 2,
"title": "Beecks",
"price": 4.99,
"image": "https://images.rappi.com.br/products/2098131802-1588985794695.png?d=200x200"
},
{
"id": 3,
"title": "Brahma Extra Red Lager",
"price": 3.66,
"image": "https://images.rappi.com.br/products/2092867776-1544443173.png?d=200x200"
},
{
"id": 5,
"title": "Budweiser",
"price": 3.77,
"image": "https://courier-images-prod.imgix.net/produc_variant/00009484_ebd6a55e-6de5-455c-a8f5-3b1b4068f732.jpg?auto=compress,format&fit=max&w=undefined&h=undefined&dpr=2"
},
{
"id": 6,
"title": "Stella Artois",
"price": 4.19,
"image": "https://courier-images-prod.imgix.net/produc_variant/00008784_6c5fd031-44be-46d8-85e3-f6762b123e4f.jpg?auto=compress,format&fit=max&w=undefined&h=undefined&dpr=2"
},
{
"id": 4,
"title": "Bohemia",
"price": 2.99,
"image": "https://courier-images-prod.imgix.net/produc_variant/00008790_e7f8bcf4-562c-4de6-950e-9d8c9a8e842c.jpg?auto=compress,format&fit=max&w=undefined&h=undefined&dpr=2"
}
]
}