Products
Create a Product
Create a product. It can be added to a content list later
post/products
Request body
Example request
{
"category": "Coffee",
"unit": "per kg"
}Response
Product successfully created
Create a product. It can be added to a content list later
{
"category": "Coffee",
"unit": "per kg"
}Product successfully created