👋 Demo Project
Buy Verified Cash App Accounts in 2025 Looking to buy verified Cash App profiles? Your search ends here! In a digital world, a reliable and secure payment solution is essential. If you’re buying something on the internet, or need to send money over to your friends and family, Cash App has become the most used and efficient option available. How would you know if your Cash App account is…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Products /catalog/products |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Login /auth/login |
|
| GET |
Me /auth/me |
|
| POST |
Create User (Sign Up) /auth/user |
|
| POST |
Create Order /order/new |
|
| 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 |
Place Order /order/{id}/place |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Order /order/{id} |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Product /catalog/product/{id} |
|
| POST |
Create Product /catalog/product |