Auth
4
Body
{
"name": "tim",
"email": "tim@gmail.com",
"password": "secret"
}
Body
{
"email":"anna_updated@gmail.com",
"password": "new_secret"
}
User
5
Body
{
"email": "john@gmail.com",
"name": "john_updated"
}
Body
{
"oldPassword": "secret",
"newPassword": "new_secret"
}
Product
7
Body
{
"name": "emperor bed",
"price": 23999,
"image":
"https://dl.airtable.com/.attachmentThumbnails/0446e84c5bca9643de3452a61b2d6195/1b32f48b",
"colors": ["#0000ff", "#000"],
"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": "bedroom"
}
Body
| Key
| Value
| Description
|
| image
|
|
|
Body
{
"name": "updated accent chair"
}
Review
5
Body
{
"rating": 5,
"title": "emperor bed",
"comment": "i bought this bed for my boss and he fired
me",
"product": "64c455af097d60dd70a93211"
}
Body
{
"product": "64c455af097d60dd70a93211",
"rating": 5,
"title": "emperor bed for palpatine",
"comment": "i was pleased with this product"
}
Order
5
Body
{
"tax": 399,
"shippingFee": 499,
"items": [
{
"name": "emperor bed",
"price": 2599,
"image":
"https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 34,
"product": "64c455af097d60dd70a93211"
}
]
}
Body
{
"paymentIntentId": "someRandomId"
}