curl --request POST \
--url https://api.osohq.com/api/evaluate_query_local \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": {
"predicate": [
"<unknown>"
],
"calls": [
[
"<unknown>"
]
],
"constraints": {},
"context_facts": [
{
"predicate": "<string>",
"args": [
{
"type": "<string>",
"id": "<string>"
}
]
}
]
},
"data_bindings": "<string>",
"mode": {
"mode": "select",
"query_vars_to_output_column_names": {}
}
}
'