Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 165 Bytes

endpoint.rest

File metadata and controls

9 lines (8 loc) · 165 Bytes

### POST http://localhost:3000/products content-type: application/json

{
"title": "Product 1", "description": "Some product description", "price": 50

}