update request.http
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4917ca90fc
commit
323f50fb43
|
@ -7,3 +7,19 @@ content-type: application/json
|
||||||
"count": 7
|
"count": 7
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
POST http://localhost:8090/orders
|
||||||
|
content-type: application/json
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Иванов Иван",
|
||||||
|
"phone": "+7-000-000-00-00",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"product_id": 1,
|
||||||
|
"count": 7
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue