Auth
3
Body
{
"name": "john",
"email": "john@gmail.com",
"password": "secret"
}
Body
{
"email": "peter@gmail.com",
"password": "secret"
}
User
5
Body
{
"name": "mario", "email":
"marioadmin@gmail.com"
}
Body
{
"newPassword":"newsecret",
"oldPassword": "secret"
}
Meal
7
Body
{
"name": "meal number 1",
"description": "test ",
"category": "tacos",
"restaurant": "taco bell"
}
Body
{
"name": "this is the new name!"
}
Body
Key
| Value
| Description
|
image
|
|
|
Review
5
Body
{
"meal":"63fe64913998a4cacd66e79d",
"rating":1,
"title":"bad meal",
"comment":"a really bad meal"
}
Body
{"rating":5,
"title":"testing updated review",
"comment":"a really bad meal by mario"}
Order
5
Body
{
"tax": 399,
"shippingFee": 699,
"items": [
{
"name": "tacos",
"price": 799,
"image":
"https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 3,
"meal": "63fe64913998a4cacd66e79d"
},
{
"name": "cheese burger",
"price": 1099,
"image":
"https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
"amount": 1,
"meal": "63ffa2bc5615fe1f18683c4c"
}
]
}