organization_id
(integer):tool_id
(integer):curl --location -g --request POST 'https:///v2/api/organization/1/tool/enable' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"tool_id": 5
}'
{
"success": true,
"message": "Tool: Edited Web Tool enabled for all agents in the organization",
"data": {}
}