Create a new person
Order to create
Table_No | integer Customer's table number |
Flavor | string Flavor of the pizza |
Crust | string Crust for the pizza |
Size | string Size of the pizza |
{- "Table_No": 0,
- "Flavor": "string",
- "Crust": "string",
- "Size": "string"
}
{- "Table_No": 0,
- "Order_ID": 0,
- "Flavor": "string",
- "Crust": "string",
- "Size": "string",
- "Timestamp": "string"
}
Create an access token for user to login
token to create
username | string username of user |
password | string password of user |
{- "username": "string",
- "password": "string"
}
{- "access_token": "string"
}