Integrate student assessments quickly, securely, and easily.
GET /api/students
Host: api.example.com
Authorization: Bearer <API_KEY>
Response:
[
{ "id": 1, "name": "John Doe", "school": "SMP 1" },
{ "id": 2, "name": "Jane Doe", "school": "SMP 2" }
]