👋 Demo Project
Why Students Trust Professional Essay Writing Services in 2025 Academic pressure continues to mount as students juggle assignments, exams, and part-time work. As coursework becomes more demanding, many learners turn to professional support to meet deadlines and maintain quality. Essay writing services have become a practical solution for those seeking assistance without compromising their…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| POST |
Create Product /catalog/product |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| Order | ||
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get Order /order/{id} |
|
| POST |
Create Order /order/new |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Place Order /order/{id}/place |
|
| GET |
Get User Orders /order/my |
|
| Authentication | ||
| POST |
Create User (Sign Up) /auth/user |
|
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
👋 Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|