👋 Demo Project
If you want to more information just contact now. 24 Hours Reply/Contact ➤WhatsApp: +1 (281) 944-5283 ➤Telegram: USAPVAStore ➤Skype: USAPVAStore ➤Email: [email protected] Buy Verified Cash App Accounts BTC Enable If you are involved in online business in any way, surely you need to receive huge payments every day. Cash App is the best tool for such transactions. So, let’s buy verified Cash…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create User (Sign Up) /auth/user |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Me /auth/me |
|
| GET |
Get Categories /catalog/categories |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| POST |
Place Order /order/{id}/place |
|
| GET |
Get Order /order/{id} |
|
| GET |
Get Products /catalog/products |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| GET |
Get User Orders /order/my |
|
| DELETE |
Cancel Order /order/{id} |
|
| POST |
Add to Order /order/{id}/product |
|
| POST |
Create Order /order/new |
|
| POST |
Login /auth/login |