Auth
3
Authenticate User
Body
{
"email":"peter@gmail.com",
"password":"secret"
}
Body
{
"name": "anna",
"email": "anna@gmail.com",
"password": "secret"
}
Order
5
Body
{
"tax": 499,
"shippingFee": 799,
"items": [
{
"name": "bed",
"price": 2699,
"image":
"https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 3,
"product": "615c873ad584c748cc86e5bb"
},
{
"name": "chair",
"price": 2999,
"image":
"https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 2,
"product": "615e04a132ba7c9f0338f13e"
}
]
}
Body
{
"paymentIntentId":"someRandomId"
}
Product
7
Body
{
"name": "product number 2",
"price": 25999,
"colors": ["#ff0000", "#00ff00", "#0000ff"],
"company": "ikea",
"description": "Cloud bread VHS hell of banjo bicycle rights jianbing umami mumblecore etsy
8-bit pok pok +1 wolf. Vexillologist yr dreamcatcher waistcoat, authentic chillwave trust fund. Viral
typewriter fingerstache pinterest pork belly narwhal. Schlitz venmo everyday carry kitsch pitchfork
chillwave iPhone taiyaki trust fund hashtag kinfolk microdosing gochujang live-edge",
"category": "office",
"featured":"false"
}
Body
{
"name" :"new testing product"
}
Body
Key
| Value
| Description
|
image
|
|
|
Review
5
Body
{
"product":"615c873ad584c748cc86e5bb",
"rating":1,
"title":"very good product",
"comment":"very, very good product"
}
Body
{
"rating":1,
"title":"very bad product",
"comment":"very, very bad product by susan"
}
User
5
Body
{
"name":"john","email":"john@gmail.com"
}
Body
{
"newPassword":"newsecret",
"oldPassword":"secret"
}