Endpoints para Postman
GET http://localhost/tu_proyecto/index.php - Obtener todos los terceros.
GET http://localhost/tu_proyecto/index.php/{id} - Obtener tercero por ID.
POST http://localhost/tu_proyecto/index.php - Crear nuevo tercero.
PUT http://localhost/tu_proyecto/index.php/{id} - Actualizar tercero existente.
DELETE http://localhost/tu_proyecto/index.php/{id} - Eliminar tercero por ID.