- Add instances to Product model
- It's going to have price, productionDate, instance name. And sales will reference instances instead of directly referencing product.
- Also, customPrice field of Sale model will be obselete.
- Add endpoint for deleting API keys.
- give unique names to api keys
- hash the API keys before storing in the database