Basic command:
curl -X GET http://localhost:8001/snowpark/\<your command>?arg1=value1&arg2=value2"
The allowed commands and their arguments:
- dp_count: This gives a differentially private count of rows
- table_name
- privacy_budget
- dp_sum: This gives a differentially private sum of a column
- table_name
- column_name
- lower_bound
- upper_bound
- privacy_budget