Authentication
Users
- GET Current User Profile
- POST Add Product to Cart
- PUT Update User Profile
- PUT Make a Payment
- DEL Cart
- PUT Topup User Balance
Products
- GET all Products
- GET single Product
- GET Products by Categories
- POST Create a Product
- PUT Edit Product Information
- DEL a Product
Orders
- GET all Orders from Users