API Documentation
Interact with our backend services through these RESTful endpoints
GET /api/users
POST /api/users
GET /api/users/:id
Authentication
All API endpoints require authentication via JWT token:
Authorization: Bearer your.jwt.token