curl --request PUT \
--url https://api.example.com/api/tools/{tool_id} \
--header 'Content-Type: application/json' \
--data '
{
"tool_name": "<string>",
"tool_description": "<string>",
"webhook_url": "<string>",
"http_method": "<string>",
"timeout_seconds": 123,
"headers": {},
"parameters": [
{}
]
}
'