👋 Demo Project
How to Get a Fully Verified Wise (TransferWise) Account Online If you want to know more or have any queries, 24/7 Ready for Customer Support. ➤Email:[email protected] ➤Microsoft Teams:UsUkSMMSeller ➤Telegram:@Usuksmmseller ➤WhatsApp: +1(860)218-7159 Are you looking to make international money transfers without the hassle? A verified Wise (formerly TransferWise) account can open up a world…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Categories /catalog/categories |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Products /catalog/products |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| GET |
Get Order /order/{id} |
|
| POST |
Create Order /order/new |
|
| POST |
Create User (Sign Up) /auth/user |
|
| GET |
Get User Orders /order/my |
|
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
| POST |
Add to Order /order/{id}/product |
|
| POST |
Place Order /order/{id}/place |