how to access the query param by esql?
SET OutputRoot.JSON.Data.customer_details[] =
PASSTHRU('SELECT* FROM customers.customer WHERE customer_id =InputRoot.JSON.Data.customer_id');
SET OutputRoot.JSON.Data.customer_details[]= PASSTHRU('SELECT * FROM customers.customer WHERE customer_id =InputRoot.JSON.Data.customer_id');