👋 Demo Project
Buy Old Gmail Accounts Contact US: ➤Discord: SmmBankUSA ➤Telegram: @SmmBankUSA ➤WhatsApp: +1 (365) 829–1195 Investing in Gmail accounts offers numerous advantages. Whether you’re managing work, school, or personal projects, having multiple accounts provides the flexibility and control needed to efficiently organize digital communications. By using different accounts for specific purposes, you…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create User (Sign Up) /auth/user |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| POST |
Create Product /catalog/product |
|
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Place Order /order/{id}/place |
|
| POST |
Create Order /order/new |
|
| GET |
Get Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Add to Order /order/{id}/product |
|
| GET |
Get User Orders /order/my |
|
| DELETE |
Cancel Order /order/{id} |