API Reference

Base URL: https://api.example.com/v1

Authentication:
  Provide header X-API-Key: <your key>

Endpoints:
  GET /users/{id}
    - Returns 200 with JSON: {"id": <string>, "name": <string>}




