curl --location '/agent/run' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data '{
"query": "string",
"conversation_id": 0,
"is_set": true,
"history": [
{
"property1": "string",
"property2": "string"
}
],
"minio_files": [
{
"property1": "string",
"property2": "string"
}
],
"agent_id": 0,
"is_debug": true
}'null