{"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":"2bddf51e-4fb2-414a-a313-fee53c62fe92"}