The HTTP API shall provide the following endpoints on the given paths:
Path HTTP Method Function
/products POST Create a product
/products GET Get all products and translations
/product/{UUID} PUT Update product
/product/{UUID} GET Get the specific product
The data shall be encoded in JSON using the following specifications: