Dustbin Management API

Manage dustbins/dumpsters monitored by cameras.

**Actions:**
- List all dustbins
- Create new dustbin
- Retrieve dustbin details
- Update dustbin
- Delete dustbin
- Update fill status
- Mark as maintained/emptied
- List full dustbins
- List near-full dustbins

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

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}
Unique identifier for the dustbin
Specific location of the dustbin
Fill percentage threshold for alerts (0.0 to 1.0)