{
  "service": "PO360 Lesson 19 - students demo API",
  "note": "Test data: 000001-000013 names are real (classroom demo); 000014-000040 are synthetic filler for pagination testing. Email and phone are always synthetic.",
  "count": 57,
  "endpoints": [
    "GET /openapi.json   (API sənədi)",
    "GET /docs   (eyni sənədin oxunaqlı görünüşü)",
    "GET /students   (zərf: items + total/limit/offset/hasMore)",
    "GET /students?meta=false   (yalnız saf array)",
    "GET /students?gender=Female",
    "GET /students?gender=Male&limit=2",
    "GET /students?limit=5&offset=5",
    "GET /students?page=2&limit=10   (offset avtomatik hesablanır)",
    "GET /students/{studentNo}",
    "POST /students   (body: {name, gender, email?, phone?})",
    "PUT /students/{studentNo}   (body: {name, gender, email?, phone?})",
    "DELETE /students/{studentNo}",
    "POST /reset",
    "GET /logs   (son data-dəyişən sorğular: kim/hardan/nə)"
  ]
}