[X] CLOSE SYSTEM
AQA_OS v7.0 [Root Access]
Type 'help' for command list.
root@api:~$
Products Catalog
Public frontend for Playwright automation.
API Reference
🔐 Authentication
POST api/login
JSON BODY
{
"email": "qa@test.com",
"password": "123"
}
📦 Products
GET api/products
POST api/products
JSON BODY (Requires Auth)
{
"name": "Playwright Item",
"price": 49.99,
"image": "🎭"
}
PATCH api/products/{id}
JSON BODY (Update Price)
{
"price": 99.00
}
DELETE api/products/{id}
⚙️ System
POST api/reset
Resets database to default state.