{"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":"8d911336-fe42-4c16-aac6-cfa76bbde381"}