
{
    "success": true,
    "message": "N8N Chat UI Clone - PHP Backend API",
    "version": "1.0.0",
    "endpoints": {
        "widgets": {
            "GET https:\/\/saas.homologa.wahost.io\/\/api\/widgets": "List all widgets",
            "GET https:\/\/saas.homologa.wahost.io\/\/api\/widgets?id=X": "Get specific widget",
            "POST https:\/\/saas.homologa.wahost.io\/\/api\/widgets": "Create new widget",
            "PUT https:\/\/saas.homologa.wahost.io\/\/api\/widgets?id=X": "Update widget",
            "DELETE https:\/\/saas.homologa.wahost.io\/\/api\/widgets?id=X": "Delete widget"
        },
        "users": {
            "GET https:\/\/saas.homologa.wahost.io\/\/api\/users": "List all users",
            "GET https:\/\/saas.homologa.wahost.io\/\/api\/users?id=X": "Get specific user",
            "POST https:\/\/saas.homologa.wahost.io\/\/api\/users": "Create new user"
        }
    },
    "documentation": "https:\/\/saas.homologa.wahost.io\/\/README.md"
}