👋 Demo Project
Where to Buy Verified Wise Accounts – Top Sources In today’s global economy, services like Wise (formerly known as TransferWise) have become indispensable for international money transfers. With low fees, transparent exchange rates, and fast transactions, Wise has carved out a strong position in the world of fintech. Because of this popularity, there's been growing interest in acquiring Buy…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Categories /catalog/categories |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
| POST |
Create User (Sign Up) /auth/user |
|
| GET |
Get Order /order/{id} |
|
| POST |
Place Order /order/{id}/place |
|
| DELETE |
Cancel Order /order/{id} |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Create Order /order/new |