GET /api/actors/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "name": "Carlos Rodríguez",
        "actor_type": "FARMER",
        "address": "Vereda La Esperanza, Meta",
        "country": "Colombia",
        "registration_number": "FARM-COL-001",
        "contact_email": "carlos@example.com"
    },
    {
        "id": 2,
        "name": "European Choco Import GmbH",
        "actor_type": "IMPORTER",
        "address": "Schokoladenstraße 5, Hamburg, Germany",
        "country": "Germany",
        "registration_number": "IMP-DE-1020",
        "contact_email": "import@chocoimport.de"
    }
]