Auth
3
Body
{
"name" : "chris",
"email": "chris@gmail.com",
"password":"secret"
}Body
{
"email": "susan@gmail.com",
"password":"secret"
}User
5
Body
{
"name":"anbu",
"email":"anbu@gmail.com"
}Body
{
"oldPassword":"secret",
"newPassword":"newSecret"
}Product
7
Body
{
"email": "susan@gmail.com",
"password":"secret"
}Body
{
"name": "product number 2",
"price": 25999,
"image": "/uploads/car.jpeg",
"colors": ["#ff0000", "#00ff00", "#0000ff"],
"company": "marcos",
"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"
}Body
{
"email": "susan@gmail.com",
"password":"secret"
}Body
{
"name" : "new testing product"
}Body
{
"email": "susan@gmail.com",
"password":"secret"
}Review
5
Body
{
"product": "68d2606d17201a642da21e72",
"rating": 1,
"title": "very bad product",
"comment": "very very bad by chris"
}Body
{
"rating": 2,
"title": "very bad",
"comment": "very, very bad by chris"
}Order
5
Body
{
"tax": 499,
"shippingFee": 799,
"items": [
{
"name": "bed",
"price": 2699,
"image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 3,
"product": "68d2606d17201a642da21e72"
},
{
"name": "chair",
"price": 2999,
"image": "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 2,
"product": "68d27973788b6ca1b7e8211c"
}
]
}Body
{
"name": "product number 1",
"price": 25999,
"image": "/uploads/car.jpeg",
"colors": ["#ff0000", "#00ff00", "#0000ff"],
"company": "marcos",
"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"
}Body
{
"paymentIntentId":"someRandomId"
}