Files
gauvainboiche 3315cb2336 feat: Semaine 8
2026-05-11 09:25:19 +02:00

11 lines
269 B
HTTP

POST http://localhost:9000/orders
Content-Type: application/json
{
"customer_id": 7,
"restaurant_id": 3,
"items": [
{"dish_id": 12, "name": "Pizza Margherita", "price": 11.50},
{"dish_id": 8, "name": "Tiramisu", "price": 5.00}
],
}