curl --location '/tool/update' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data '{
"tool_id": 0,
"agent_id": 0,
"params": {
"property1": "string",
"property2": "string"
},
"enabled": true
}'null