{
    "message": "API Integration Server",
    "status": "ok",
    "endpoints": {
        "POST \/api.php": "Insert\/Create new CRM data",
        "PUT \/update.php": "Update existing CRM data (full update)",
        "PATCH \/update.php": "Update existing CRM data (partial update)",
        "GET \/index.php": "API information and health check"
    }
}