i restructed the /data to take multiple queries as input, and their associated list name. e.g for queries involving usergroup, the associated list name could be groups
"input_props_in_as" is now unnecessary due to the current structure of the data
I removed the database testing from the workflow, and ensure the get_data function is only called when necessary
Changes to the API;
/data
to take multiple queries as input, and their associated list name. e.g for queries involving usergroup, the associated list name could begroups
get_data
function is only called when necessary