Logo
1st API Documentation

createProduct

POST http://localhost:3000/api/products

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'http://localhost:3000/api/products' -d '{"title":"Iphone 6","description":"new Iphone 6","price":300}'

ENDPOINTS