curl --location -g --request PUT 'https:///api/v2/tools/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"is_enabled": true,
"is_default": true,
"is_draft": true,
"system_prompt": "string",
"headers": {
"property1": null,
"property2": null
},
"base_template_id": 0,
"search_engine": "string",
"search_engine_url": "string",
"search_engine_key": "string",
"top_k": 0,
"include_domains": [
"string"
],
"n_attachments": 0,
"server_url": "string",
"transport": "string",
"icon_url": "string",
"information": {
"property1": null,
"property2": null
},
"category": "string",
"website": "string",
"privacy_policy": "string"
}'