update request.http
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Владимир Фёдоров 2024-05-30 03:34:04 +07:00
parent 4917ca90fc
commit 323f50fb43
1 changed files with 16 additions and 0 deletions

View File

@ -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
}
]
}