the-cloud-camp / tcc-group-6

0 stars 0 forks source link

API Get My Products #15

Open hambalee opened 11 months ago

hambalee commented 11 months ago

https://github.com/the-cloud-camp/tcc-group-6/issues/14

Get My Products (Get All Products By User Id)

GET /inventories

Response Status Code: 200 OK Response Body:

[
{
"id": 1,
"name": "Apple",
"amount": 1,
},
{
"id": 2,
"name": "Banana",
"amount": 1,
}
]