đź‘‹ Demo Project
I’m sharing my story so others can avoid my nightmare and know there might be hope if they’ve been targeted. I was scammed out of $60,000 in a crypto investment scheme. Like many, I believed the myth that once crypto is gone, it’s irreversible. I felt crushed and hopeless. My Warning: The crypto space is full of predators. Be incredibly skeptical of “guaranteed returns.” My mistake was trusting…
đź‘‹ Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Products /catalog/products |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Categories /catalog/categories |
|
| Order | ||
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Create Order /order/new |
|
| POST |
Add to Order /order/{id}/product |
|
| POST |
Place Order /order/{id}/place |
|
| GET |
Get Order /order/{id} |
|
| Authentication | ||
| POST |
Login /auth/login |
|
| POST |
Create User (Sign Up) /auth/user |
|
| GET |
Me /auth/me |
|
đź‘‹ Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|