Camera Management API

Manage monitoring cameras installed at railway stations.

**Actions:**
- List all cameras
- Create new camera
- Retrieve camera details
- Update camera
- Delete camera
- Update camera status
- Health check
- Get dustbins monitored by camera
- List online/offline cameras

GET /api/v1/cameras/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Platform 1 Camera",
            "station": 1,
            "station_name": "Kamlapur Railway Station",
            "status": "active",
            "is_enabled": true,
            "last_capture_at": null
        }
    ]
}
Camera identifier/name
Physical location of the camera (e.g., Platform 1, Main Entrance)
Image capture interval in minutes