{"success":true,"data":{"accounts":{"sql":"SELECT code, name, account_type AS \"accountType\", currency, balance::float8 AS balance\n     FROM accounting_chart_of_accounts\n     WHERE is_active = TRUE\n       AND ($1::text IS NULL OR code ILIKE '%' || $1 || '%' OR name ILIKE '%' || $1 || '%')\n     ORDER BY code ASC"}},"error":null,"requestId":"ebad7ed2-e86d-4a45-8d63-de8ff4a744ac"}