Authorization: Bearer ********************
{ "table": "product", "columns": [ "asin", "title", "brand", "price", "month_sales", "category_id" ], "filters": [ { "column": "asin", "op": "in", "values": [ "B0B7JGC67R", "B0CKKM82DW", "B0CSXWK85M" ] } ] }
curl --location 'https://trino-backend-xxttduvobg.us-east-1.fcapp.run/api/v2/trino/query' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "table": "product", "columns": [ "asin", "title", "brand", "price", "month_sales", "category_id" ], "filters": [ { "column": "asin", "op": "in", "values": [ "B0B7JGC67R", "B0CKKM82DW", "B0CSXWK85M" ] } ] }'
{}